use manager.py and server.py instead of mandaye_cud_manager and mandaye_cud_server

This commit is contained in:
Jérôme Schneider 2014-10-27 18:21:40 +01:00
parent 5efc0db84d
commit 9e99093f6e
3 changed files with 5 additions and 5 deletions

View File

@ -37,11 +37,11 @@ setup(name="mandaye_cud",
license="AGPLv3 or later",
description="mandaye_cud rp is a Mandaye project, modular reverse proxy to authenticate",
url="http://dev.entrouvert.org/projects/reverse-proxy/",
author="Author",
author_email="author@example.com",
maintainer="Maintainer",
maintainer_email="maintainer@exmaple.com",
scripts=['mandaye_cud_manager', 'mandaye_cud_server'],
author="Jérôme Schneider",
author_email="jschneider@entrouvert.com",
maintainer="Jérôme Schneider",
maintainer_email="jschneider@entrouvert.com",
scripts=['manage.py', 'server.py'],
packages=find_packages(),
include_package_data=True,
install_requires=install_requires