Skip to content

Instantly share code, notes, and snippets.

@fxthomas
Created February 11, 2012 18:01
Show Gist options
  • Save fxthomas/1803338 to your computer and use it in GitHub Desktop.
Save fxthomas/1803338 to your computer and use it in GitHub Desktop.
Distutils setup file for LibSVM 3.11
#!/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