Files
pr-agent/setup.py

5 lines
151 B
Python
Raw Normal View History

2023-07-26 08:14:36 +02:00
# for compatibility with legacy tools
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
from setuptools import setup
setup()