blob: eec98a2b83da91c73f91838a2d1d942c0f147b6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2023-11-01 20:05:58 UTC
+++ setup.py
@@ -250,7 +250,7 @@ if sys.version_info < (2, 4):
return iterable
-setup(name="PyICU",
+setup(name="pyicu",
description='Python extension wrapping the ICU C++ API',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
|