setup.py: the name of the manage.py is portail-citoyen2

This commit is contained in:
Jérôme Schneider 2014-04-01 16:03:05 +02:00
parent 788bc81155
commit a154be755f
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ setup(name="portail-citoyen2",
maintainer_email="info@entrouvert.com",
include_package_data=True,
packages=find_packages(),
scripts=('manage.py',),
scripts=('portail-citoyen2',),
setup_requires=[
'django>=1.5.1',
],