mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-03 23:01:48 +00:00
https://github.com/pypa/setuptools/issues/3197 latest release of setuptools 61.0 broke pip install Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
9 lines
239 B
Python
9 lines
239 B
Python
# Copyright Red Hat, Inc. All Rights Reserved.
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
import setuptools
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr'],
|
|
pbr=True,
|
|
py_modules=[])
|