Skip to content

Commit

Permalink
Fix for issue kingyiusuen#20
Browse files Browse the repository at this point in the history
this will disable auto discovery for modules
  • Loading branch information
haouarihk authored Sep 11, 2022
1 parent a706c4a commit 8f159c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
],
python_requires=">=3.6",
install_requires=[required_packages],
py_modules=[],
extras_require={
"dev": dev_packages,
},
Expand Down

0 comments on commit 8f159c2

Please sign in to comment.