setup.py: must be an ASCII file

This commit is contained in:
Jérôme Schneider 2014-10-27 18:36:55 +01:00
parent 9e99093f6e
commit a10d82c2b1
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ 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="Jérôme Schneider",
author="Jerome Schneider",
author_email="jschneider@entrouvert.com",
maintainer="Jérôme Schneider",
maintainer="Jerome Schneider",
maintainer_email="jschneider@entrouvert.com",
scripts=['manage.py', 'server.py'],
packages=find_packages(),