View difference between Paste ID: BXRYUTpf and
SHOW: | | - or go back to the newest paste.
1-
1+
#!/usr/bin/env python
2
3
from distutils.core import setup
4
setup(name='svm',
5
      version='3.0',
6
      py_modules=['svm', 'svmutil'],
7
      )