Skip to content

Commit

Permalink
Normalize package name to lower-case in setup.py (#1110)
Browse files Browse the repository at this point in the history
Fixes #1109.
  • Loading branch information
akx authored Aug 5, 2024
1 parent a32f15e commit d3346ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):


setup(
name='Babel',
name='babel',
version=__version__,
description='Internationalization utilities',
long_description='A collection of tools for internationalizing Python applications.',
Expand Down

0 comments on commit d3346ee

Please sign in to comment.