Skip to content

Commit

Permalink
Slightly clean up setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Apr 20, 2022
1 parent 2e56095 commit 6be13e4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
license='BSD',
url='http://babel.pocoo.org/',
url='https://babel.pocoo.org/',
project_urls={
'Source': 'https:/python-babel/babel',
},

classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6be13e4

Please sign in to comment.