Skip to content

Commit

Permalink
corrected packages to find in setup py (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaccharieramzi authored Aug 18, 2022
1 parent 1149dd2 commit 560fdb4
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 @@ -20,7 +20,7 @@
homepage=jz_hydra_submitit_launcher.__homepage__,
url="https://github.com/zaccharieramzi/jz-hydra-submitit-launcher",
license=jz_hydra_submitit_launcher.__license__,
packages=setuptools.find_packages(),
packages=setuptools.find_packages(include=["hydra_plugins.*"]),
zip_safe=False,
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 560fdb4

Please sign in to comment.