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()
2025-01-21 15:01:16 +00:00
print("aaa")