Skip to content

Commit 7b62a71

Browse files
author
Katie Bottenhorn, PhD
authored
Merge pull request #14 from 62442katieb/fixed-nbs
fix capitalization
2 parents 351a249 + 88f8059 commit 7b62a71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description-file = README.md
99
[versioneer]
1010
VCS = git
1111
style = pep440
12-
versionfile_source = IDConn/_version.py
13-
versionfile_build = IDConn/_version.py
12+
versionfile_source = idconn/_version.py
13+
versionfile_build = idconn/_version.py
1414
tag_prefix =
1515
parentdir_prefix =
1616

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = fh.read()
77

88
setuptools.setup(
9-
name="IDConn", # Replace with your own username
9+
name="idconn", # Replace with your own username
1010
version=versioneer.get_version(),
1111
cmdclass=versioneer.get_cmdclass(),
1212
author="Katie Bottenhorn",

0 commit comments

Comments
 (0)