We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 351a249 + 88f8059 commit 7b62a71Copy full SHA for 7b62a71
setup.cfg
@@ -9,8 +9,8 @@ description-file = README.md
9
[versioneer]
10
VCS = git
11
style = pep440
12
-versionfile_source = IDConn/_version.py
13
-versionfile_build = IDConn/_version.py
+versionfile_source = idconn/_version.py
+versionfile_build = idconn/_version.py
14
tag_prefix =
15
parentdir_prefix =
16
setup.py
@@ -6,7 +6,7 @@
6
long_description = fh.read()
7
8
setuptools.setup(
- name="IDConn", # Replace with your own username
+ name="idconn", # Replace with your own username
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
author="Katie Bottenhorn",
0 commit comments