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