From: Aarni Koskela Date: Fri, 8 Apr 2022 13:57:02 +0000 (+0300) Subject: Slightly clean up setup.py X-Git-Tag: v2.10.0~1^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6be13e4144316d94eb61a85e1dc662d5ad41644b;p=thirdparty%2Fbabel.git Slightly clean up setup.py --- diff --git a/setup.py b/setup.py index e036bbdc..210de652 100755 --- 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"