Skip to content

Commit

Permalink
Merge pull request #132 from tobias-urdin/setup-find-pkgs
Browse files Browse the repository at this point in the history
setup: find all packages
  • Loading branch information
tobias-urdin authored Oct 16, 2022
2 parents e52b2b8 + c9a4098 commit 0bda6ce
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 @@ -26,6 +26,7 @@


setuptools.setup(
packages=setuptools.find_packages(),
cmdclass=cmdclass,
py_modules=[],
)

0 comments on commit 0bda6ce

Please sign in to comment.