Files
pr-agent/setup.py
2024-12-08 08:47:13 +02:00

7 lines
173 B
Python

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