X-Git-Url: https://scm.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/e32a4c0d01e4996946b6da15868e86678f0e4b31..ad7b6a9c7ed52fea826a29f17854dce6d9a017ce:/setup.py 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 )