mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
5 lines
No EOL
151 B
Python
5 lines
No EOL
151 B
Python
# for compatibility with legacy tools
|
|
# see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
|
from setuptools import setup
|
|
|
|
setup() |