]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Updated setup file
authorArmin Ronacher <armin.ronacher@active-4.com>
Fri, 26 Jul 2013 16:05:46 +0000 (18:05 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Fri, 26 Jul 2013 16:05:46 +0000 (18:05 +0200)
setup.py

index 036c6eac8e6e644a247eeeae5260dab55254a829..194dbd2e4ccce1f00b736aa596aa858ba03e9720 100755 (executable)
--- 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]