Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Mar 28, 2024
1 parent 67c912c commit 589a743
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added anson/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
with open("requirements.txt", "r") as f:
required = f.read().splitlines()
except:
with open("mabel.egg-info/requires.txt", "r") as f:
with open("anson.egg-info/requires.txt", "r") as f:
required = f.read().splitlines()

setup(
Expand Down

0 comments on commit 589a743

Please sign in to comment.