geneet/setup.py

9 lines
229 B
Python
Executable File

#!/bin/env python
from distutils.core import setup
setup(name='geneet',
version='0.1',
scripts=['geneet.py'],
requires=['pyparsing'],
url = "http://git.profusion.mobi/~leandro/geneet.html",
)