Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Oct 19, 2021
1 parent 12bfe5f commit 95f0d91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _template/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
"<REPLACE ME>",
"version.py",
)

PACKAGE_INFO = {}
with open(VERSION_FILENAME, encoding="utf-8") as f:
#with open(VERSION_FILENAME, encoding="utf-8") as f:
with open(VERSION_FILENAME) as f:
exec(f.read(), PACKAGE_INFO)

setuptools.setup(
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ commands_post =
deps =
-r {toxinidir}/gen-requirements.txt


commands =
{toxinidir}/scripts/generate_setup.py
{toxinidir}/scripts/generate_instrumentation_bootstrap.py
Expand Down

0 comments on commit 95f0d91

Please sign in to comment.