From 00ed01b7cb78a5c95f2d71780cad85ac44482a1e Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 25 Jul 2013 14:34:48 -0500 Subject: [PATCH] Moving setup.py.in back to setup.py --- configure.ac | 2 +- setup.py.in => setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename setup.py.in => setup.py (98%) diff --git a/configure.ac b/configure.ac index 3a6a802f..e56a55a5 100644 --- a/configure.ac +++ b/configure.ac @@ -197,6 +197,6 @@ dnl Finish # dnl######### dnl Define the files to be configured -AC_CONFIG_FILES([Makefile setup.py]) +AC_CONFIG_FILES([Makefile]) dnl Generate config.status AC_OUTPUT diff --git a/setup.py.in b/setup.py similarity index 98% rename from setup.py.in rename to setup.py index 10e650b5..6e026f30 100644 --- a/setup.py.in +++ b/setup.py @@ -34,7 +34,7 @@ def get_version(): setup( - name="@PACKAGE_NAME@", + name="mediagoblin", version=get_version(), packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), zip_safe=False, @@ -91,7 +91,7 @@ setup( """, license='AGPLv3', author='Free Software Foundation and contributors', - author_email='@PACKAGE_BUGREPORT@', + author_email='cwebber@gnu.org', url="http://mediagoblin.org/", download_url="http://mediagoblin.org/download/", long_description=open(READMEFILE).read(), -- 2.25.1