]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Slightly clean up setup.py
authorAarni Koskela <akx@iki.fi>
Fri, 8 Apr 2022 13:57:02 +0000 (16:57 +0300)
committerAarni Koskela <akx@iki.fi>
Wed, 20 Apr 2022 10:45:55 +0000 (13:45 +0300)
setup.py

index e036bbdc08008041d2bfb634bd0b2a8204f5f722..210de6529d1c5a9c7c0f3a1fc8cdbfdcb9c12157 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -30,15 +30,14 @@ setup(
     name='Babel',
     version=__version__,
     description='Internationalization utilities',
-    long_description="""A collection of tools for internationalizing Python applications.""",
+    long_description='A collection of tools for internationalizing Python applications.',
     author='Armin Ronacher',
     author_email='armin.ronacher@active-4.com',
     license='BSD',
-    url='http://babel.pocoo.org/',
+    url='https://babel.pocoo.org/',
     project_urls={
         'Source': 'https://github.com/python-babel/babel',
     },
-
     classifiers=[
         'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
@@ -66,11 +65,8 @@ setup(
         # higher.
         'pytz>=2015.7',
     ],
-
     cmdclass={'import_cldr': import_cldr},
-
     zip_safe=False,
-
     # Note when adding extractors: builtin extractors we also want to
     # work if packages are not installed to simplify testing.  If you
     # add an extractor here also manually add it to the "extract"