From 6be13e4144316d94eb61a85e1dc662d5ad41644b Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Fri, 8 Apr 2022 16:57:02 +0300 Subject: [PATCH] Slightly clean up setup.py --- setup.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index e036bbdc0..210de6529 100755 --- a/setup.py +++ b/setup.py @@ -30,15 +30,14 @@ def run(self): 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 @@ def run(self): # 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"