aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-07-13 15:28:58 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-14 03:40:20 +0000
commit06c546e88d67fe7186d3da9dc245e2122511927a (patch)
tree4c78ba710549de75968990ae1d62dd5c6a044056
parent8acdb4338bf0c678ea77919ec6381d27f1482436 (diff)
downloadpodman-06c546e88d67fe7186d3da9dc245e2122511927a.tar.gz
podman-06c546e88d67fe7186d3da9dc245e2122511927a.tar.bz2
podman-06c546e88d67fe7186d3da9dc245e2122511927a.zip
Downgrade setup.py
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1095 Approved by: mheon
-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'),