summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
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]
)