From: Armin Ronacher Date: Fri, 26 Jul 2013 16:05:46 +0000 (+0200) Subject: Updated setup file X-Git-Tag: 1.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7068736a978db7adcb09f77238d08b74247f86c5;p=thirdparty%2Fbabel.git Updated setup file --- 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]