From 88f80593ffcadc3796ccc9b82cdf64ea121b0108 Mon Sep 17 00:00:00 2001 From: "Katherine L. Bottenhorn" Date: Fri, 14 Jun 2024 16:22:48 -0700 Subject: [PATCH] fix capitalization --- setup.cfg | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",