From 2bddd9e10fa58a99f65f8c1254038cc7aef12f62 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Thu, 7 Sep 2006 09:37:38 +0000 Subject: Modified setup.py --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d21165c..d32b691 100644 --- a/setup.py +++ b/setup.py @@ -3,6 +3,8 @@ from distutils.core import setup setup(name="Genetic/One", - version="svn", + version="0.1-alpha", + author="Necoro d.M. et.al.", + author_email="geneticone@projects.necoro.net", packages=["geneticone"] ) -- cgit v1.2.3