Skip to content

Commit

Permalink
Merge pull request #4 from jjshoots/main
Browse files Browse the repository at this point in the history
move things into init
  • Loading branch information
jjshoots authored Feb 20, 2023
2 parents d42a0f4 + e099ad8 commit a6d46ca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 8 additions & 0 deletions Farama_Notifications/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# notifications are a dict of dicts
notifications = dict()

###############################################################
# Example notification for project/version, follow this format
###############################################################
# notifications["project_name"] = dict()
# notifications["project_name"]["version_number"] = "Notification message."
8 changes: 0 additions & 8 deletions Farama_Notifications/notifications.py

This file was deleted.

2 changes: 1 addition & 1 deletion 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.1",
version="0.0.2",
author="Jordan Terry",
author_email="[email protected]",
description="Notifications for all Farama Foundation maintained libraries.",
Expand Down
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.notifications import notifications
from Farama_Notifications import notifications

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

0 comments on commit a6d46ca

Please sign in to comment.