pr-agent/setup.py

6 lines
152 B
Python
Raw Permalink 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()