python-PyMySQL/setup.py
2023-04-25 13:42:35 +02:00

7 lines
141 B
Python

# We need this for the build to work, but everything will be done
# by setuptools from pyproject.toml
from setuptools import setup
setup()