From 5134c7f1f86a1cb4594d3bffef7b9435ed4d3a12 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 19 Sep 2006 21:19:27 +0000 Subject: Added licence informations. --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b7612c0..08ee352 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,9 @@ from distutils.core import setup, Extension setup(name="Genetic/One", version="SVN", - author="Necoro d.M. et.al.", - author_email="geneticone@projects.necoro.net", + author="Necoro d.M.", + license="GPLv2", + author_email="necoro@necoro.net", packages=["geneticone", "geneticone.gui"], #ext_modules=[thread] ) -- cgit v1.2.3