X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Plinn.git/blobdiff_plain/e32a4c0d01e4996946b6da15868e86678f0e4b31..a30079816469564a8471ea6f03942129c07ead9b:/setup.py?ds=sidebyside

diff --git a/setup.py b/setup.py
index c3a7a25..857f6eb 100644
--- a/setup.py
+++ b/setup.py
@@ -4,11 +4,14 @@ from setuptools import setup, find_packages
 
 setup(name='Products.Plinn',
       version='3.0',
-      descripton='Plinn content management framework',
-      author="Benoît Pin – MINES ParisTech – Armines"
+      description='Plinn content management framework',
+      url='http://plinn.org',
+      author="Benoît Pin – MINES ParisTech – Armines",
+      author_email="benoit.pin@mines-paristech.fr",
       license="GPL",
       packages=find_packages(),
       include_package_data=True,
       namespace_packages=['Products'],
-      zip_safe=False
+      zip_safe=False,
+      install_requires=[] #TODO
       )