Skip to content

Commit aecd5bd

Browse files
gmarks-ntapmboglesby
authored andcommitted
Convert k8s.py to k8s package
1 parent bf00466 commit aecd5bd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed
File renamed without changes.

netapp_dataops_k8s/setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ long_description = file: DESCRIPTION.md
2323
long_description_content_type = text/markdown
2424

2525
[options]
26-
py_modules = netapp_dataops.k8s
26+
packages = find_namespace:
2727
scripts =
2828
netapp_dataops/netapp_dataops_k8s_cli.py
2929
install_requires =
@@ -39,4 +39,7 @@ install_requires =
3939
requests==2.25.1
4040
termcolor==1.1.0
4141
urllib3==1.26.5
42-
python_requires = >=3.6
42+
python_requires = >=3.6
43+
44+
[options.packages.find]
45+
exclude = Examples.*

0 commit comments

Comments
 (0)