#!/usr/bin/env python from distutils.core import setup setup(name='svm', version='3.0', py_modules=['svm', 'svmutil'], )