From 037bd31f6ba4844d1efa9a303d2adfcf433c8fe3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Benoi=CC=82t=20Pin?= Date: Fri, 19 Dec 2014 16:09:18 +0100 Subject: [PATCH] =?utf8?q?m=C3=A9tadonn=C3=A9es++?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- setup.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c3a7a25..60ca74e 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,13 @@ 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" + 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 ) -- 2.20.1