We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf00466 commit aecd5bdCopy full SHA for aecd5bd
netapp_dataops_k8s/netapp_dataops/k8s.py …taops_k8s/netapp_dataops/k8s/__init__.pynetapp_dataops_k8s/netapp_dataops/k8s.py renamed to netapp_dataops_k8s/netapp_dataops/k8s/__init__.py
netapp_dataops_k8s/setup.cfg
@@ -23,7 +23,7 @@ long_description = file: DESCRIPTION.md
23
long_description_content_type = text/markdown
24
25
[options]
26
-py_modules = netapp_dataops.k8s
+packages = find_namespace:
27
scripts =
28
netapp_dataops/netapp_dataops_k8s_cli.py
29
install_requires =
@@ -39,4 +39,7 @@ install_requires =
39
requests==2.25.1
40
termcolor==1.1.0
41
urllib3==1.26.5
42
-python_requires = >=3.6
+python_requires = >=3.6
43
+
44
+[options.packages.find]
45
+exclude = Examples.*
0 commit comments