mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-01 19:30:40 +08:00
6 lines
152 B
Python
6 lines
152 B
Python
# for compatibility with legacy tools
|
|
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
|
from setuptools import setup
|
|
|
|
setup()
|