Skip to content

Commit d3346ee

Browse files
authored
Normalize package name to lower-case in setup.py (#1110)
Fixes #1109.
1 parent a32f15e commit d3346ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525

2626

2727
setup(
28-
name='Babel',
28+
name='babel',
2929
version=__version__,
3030
description='Internationalization utilities',
3131
long_description='A collection of tools for internationalizing Python applications.',

0 commit comments

Comments
 (0)