From 7068736a978db7adcb09f77238d08b74247f86c5 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Fri, 26 Jul 2013 18:05:46 +0200 Subject: [PATCH] Updated setup file --- setup.py | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/setup.py b/setup.py index 036c6eac..194dbd2e 100755 --- a/setup.py +++ b/setup.py @@ -48,24 +48,19 @@ setup( description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""", - author = 'Edgewall Software', - author_email = 'info@edgewall.org', + author = 'Armin Ronacher', + author_email = 'armin.ronacher@active-4.com', license = 'BSD', - url = 'http://babel.edgewall.org/', - download_url = 'http://babel.edgewall.org/wiki/Download', + url = 'http://babel.pocoo.org/', classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Topic :: Software Development :: Libraries :: Python Modules', ], packages = ['babel', 'babel.messages', 'babel.localtime'], @@ -78,7 +73,6 @@ setup( 'import_cldr': import_cldr}, zip_safe = False, - test_suite = 'babel.tests.suite', entry_points = """ [console_scripts] -- 2.47.2