diff --git a/setup.cfg b/setup.cfg index 663a17b..9d18021 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,8 +9,8 @@ description-file = README.md [versioneer] VCS = git style = pep440 -versionfile_source = IDConn/_version.py -versionfile_build = IDConn/_version.py +versionfile_source = idconn/_version.py +versionfile_build = idconn/_version.py tag_prefix = parentdir_prefix = diff --git a/setup.py b/setup.py index af040ab..c4d0b8a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() 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",