Files
pr-agent/setup.py
2023-07-26 08:48:12 +02:00

5 lines
151 B
Python

# for compatibility with legacy tools
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
from setuptools import setup
setup()