diff --git a/README b/README new file mode 100644 index 0000000..dbc87ad --- /dev/null +++ b/README @@ -0,0 +1,2 @@ +app-name +======== diff --git a/setup.py b/setup.py index 3e7c460..07a5d27 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +! /usr/bin/env python ''' Setup script for {{ app-name }} ''' @@ -29,7 +29,7 @@ class compile_translations(Command): continue curdir = os.getcwd() os.chdir(os.path.realpath(path)) - compile_messages(stderr=sys.stderr) + compile_messages(sys.stderr) os.chdir(curdir) class build(_build): @@ -78,6 +78,7 @@ setup(name="django-{{ app-name }}", version=get_version(), license="AGPLv3 or later", description="", + long_description=file('README').read(), url="http://dev.entrouvert.org/projects/django-{{ app-name }}/", author="Entr'ouvert", author_email="info@entrouvert.org",