We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7e5e8 commit 29062afCopy full SHA for 29062af
setup.py
@@ -18,7 +18,7 @@ def get_version():
18
return VERSION_RE.search(init).group(1)
19
20
setuptools.setup(
21
- name='CityLearn',
+ name='citylearn',
22
version=get_version(),
23
author='Jose Ramon Vazquez-Canteli, Kingsley Nweye, Zoltan Nagy',
24
author_email='nweye@utexas.edu',
@@ -38,4 +38,4 @@ def get_version():
38
'Operating System :: OS Independent',
39
],
40
python_requires='>=3.7.7',
41
-)
+)
0 commit comments