Skip to content

Commit

Permalink
Fix __version__ not being loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
hexatester committed Apr 21, 2021
1 parent 6a8c622 commit 2efef9c
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 @@ -22,7 +22,7 @@ def requirements():
requirements = requirements()

with codecs.open("README.md", "r", "utf-8") as fd:
fn = os.path.join("telegram", "version.py")
fn = os.path.join("moodle", "version.py")
with open(fn) as fh:
code = compile(fh.read(), fn, "exec")
exec(code)
Expand Down

0 comments on commit 2efef9c

Please sign in to comment.