Skip to content

Commit

Permalink
[BUGFIX] Include wahoomc.init module in published PyPI version (#172)
Browse files Browse the repository at this point in the history
include wahoomc.init module in published PyPI version

without that, "python -m wahoomc.init" returns "no module named wahoomc.init"
  • Loading branch information
treee111 authored Nov 15, 2022
1 parent a5afd6e commit b4da480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers =
Operating System :: OS Independent

[options]
packages = wahoomc
packages = wahoomc, wahoomc.init
python_requires = >=3.7
install_requires =
requests==2.28.*
Expand Down

0 comments on commit b4da480

Please sign in to comment.