setup.py: it's manager.py and not manage.py

This commit is contained in:
Jérôme Schneider 2014-10-27 18:38:26 +01:00
parent a10d82c2b1
commit 8cc3f87b4a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ setup(name="mandaye_cud",
author_email="jschneider@entrouvert.com",
maintainer="Jerome Schneider",
maintainer_email="jschneider@entrouvert.com",
scripts=['manage.py', 'server.py'],
scripts=['manager.py', 'server.py'],
packages=find_packages(),
include_package_data=True,
install_requires=install_requires