We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560fdb4 commit 32da82eCopy full SHA for 32da82e
setup.py
@@ -20,7 +20,7 @@
20
homepage=jz_hydra_submitit_launcher.__homepage__,
21
url="https://github.com/zaccharieramzi/jz-hydra-submitit-launcher",
22
license=jz_hydra_submitit_launcher.__license__,
23
- packages=setuptools.find_packages(include=["hydra_plugins.*"]),
+ packages=setuptools.find_namespace_packages(include=["hydra_plugins.*"]),
24
zip_safe=False,
25
classifiers=[
26
"Programming Language :: Python :: 3",
0 commit comments