projects
/
Plinn.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
métadonnées++
[Plinn.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
c3a7a25
..
60ca74e
100644
(file)
--- 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',
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'],
license="GPL",
packages=find_packages(),
include_package_data=True,
namespace_packages=['Products'],
- zip_safe=False
+ zip_safe=False,
+ install_requires=[] #TODO
)
)