summaryrefslogtreecommitdiff
path: root/setup.py
blob: d21165c496856aa4f07a98ba7cc7c2c66b6f25b1 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

from distutils.core import setup

setup(name="Genetic/One",
		version="svn",
		packages=["geneticone"]
		)