Skip to content

Commit

Permalink
remove __init__.py from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonho1308 committed Aug 4, 2021
1 parent 88d1b8f commit 5c0ca94
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Files generated by the interpreter
__pycache__/
__init__.py
*.py[cod]

# Environment specific
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name=maze_gitb # temp name
version=1.0.1
version=1.0.2
license=MIT
description=A maze game that required users to think inside the box to win
long_description=long_description
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="maze_gitb", # temp name
version="1.0.1",
version="1.0.2",
license="MIT",
description="A maze game that required users to think inside the box to win",
long_description=long_description,
Expand Down
Empty file added src/maze_gitb/__init__.py
Empty file.
Empty file added src/maze_gitb/core/__init__.py
Empty file.

0 comments on commit 5c0ca94

Please sign in to comment.