aboutsummaryrefslogtreecommitdiff
path: root/contrib/python/pypodman
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/pypodman')
-rw-r--r--contrib/python/pypodman/setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/python/pypodman/setup.py b/contrib/python/pypodman/setup.py
index 0483eb71c..04f8fb5f5 100644
--- a/contrib/python/pypodman/setup.py
+++ b/contrib/python/pypodman/setup.py
@@ -10,8 +10,6 @@ with open(os.path.join(root, 'README.md')) as me:
with open(os.path.join(root, 'requirements.txt')) as r:
requirements = r.read().splitlines()
-print(find_packages(where='pypodman', exclude=['test']))
-
setup(
name='pypodman',
version=os.environ.get('PODMAN_VERSION', '0.0.0'),