mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +08:00
Downgrade setup.py
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #1095 Approved by: mheon
This commit is contained in:
@ -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'),
|
||||
|
Reference in New Issue
Block a user