Skip to content

Commit

Permalink
Merge pull request #3 from rmitsch/fix/setup-package-name
Browse files Browse the repository at this point in the history
Fix project name in setup.py
  • Loading branch information
svlandeg authored Aug 24, 2022
2 parents f7bedc5 + 78d045e commit 29e9b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
if __name__ == "__main__":
from setuptools import setup, find_packages

setup(name="config", packages=find_packages())
setup(name="confection", packages=find_packages())

0 comments on commit 29e9b66

Please sign in to comment.