diff --git a/setup.py b/setup.py index 6c293f7..1fb34a9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ long_description = (Path(__file__).parent / "README.md").read_text(encoding="utf-8") setup( - name="ProGPT", + name="progpt", packages=["ProGPT"], version=version, license="MIT",