Files
offline_kubespray/collection/containers/podman/setup.py
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

9 lines
220 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)