Skip to content

Commit 29062af

Browse files
committed
Fix package name casing for PyPI
1 parent 5e7e5e8 commit 29062af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_version():
1818
return VERSION_RE.search(init).group(1)
1919

2020
setuptools.setup(
21-
name='CityLearn',
21+
name='citylearn',
2222
version=get_version(),
2323
author='Jose Ramon Vazquez-Canteli, Kingsley Nweye, Zoltan Nagy',
2424
author_email='nweye@utexas.edu',
@@ -38,4 +38,4 @@ def get_version():
3838
'Operating System :: OS Independent',
3939
],
4040
python_requires='>=3.7.7',
41-
)
41+
)

0 commit comments

Comments
 (0)