Skip to content

Commit

Permalink
Merge pull request #5 from jjshoots/main
Browse files Browse the repository at this point in the history
fix setup
  • Loading branch information
jjshoots authored Feb 27, 2023
2 parents a6d46ca + c235225 commit 9596114
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="Farama-Notifications",
version="0.0.2",
version="0.0.4",
author="Jordan Terry",
author_email="[email protected]",
description="Notifications for all Farama Foundation maintained libraries.",
Expand All @@ -17,5 +17,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
packages=setuptools.find_packages(),
packages=["farama_notifications"],
)
2 changes: 1 addition & 1 deletion tests/ci-test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from Farama_Notifications import notifications
from farama_notifications import notifications

if __name__ == "__main__":
assert isinstance(
Expand Down

0 comments on commit 9596114

Please sign in to comment.