Created
February 11, 2012 18:01
-
-
Save fxthomas/1803338 to your computer and use it in GitHub Desktop.
Distutils setup file for LibSVM 3.11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# coding=utf-8 | |
from setuptools import setup, find_packages | |
setup( | |
name = "LibSVM", | |
version = "3.11", | |
packages = find_packages(), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment