passerelle_manage.py installed by setup.py

This commit is contained in:
Thomas NOËL 2013-05-16 10:45:15 +02:00
parent b1dba10a17
commit 855649ed2d
2 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ setup(name='passerelle',
author="Entr'ouvert",
author_email="info@entrouvert.com",
packages=find_packages(os.path.dirname(__file__) or '.'),
scripts=['passerelle_manage.py'],
include_package_data = True,
install_requires=[
'django >= 1.5.1, < 1.6',