pr-agent/setup.py

7 lines
165 B
Python
Raw Normal View History

2023-07-26 06:14:36 +00:00
# for compatibility with legacy tools
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
from setuptools import setup
2023-07-27 23:22:38 +00:00
setup()
2024-11-03 12:07:43 +00:00
print("aaa")