diff --git a/setup.py b/setup.py index 2dc974e..eb53687 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(root, "README.md"), "r", encoding="utf-8") as f: long_description = f.read() setup( - name="polya", + name="polyaenum", version="0.0.1", packages=find_packages(exclude=["tests.*", "tests", "figs", "examples", "media"]), author="Killian Sheriff",