python3.12-PyMySQL/setup.py
Tomáš Hrnčiar 8b5938fddc Import from Fedora python-PyMySQL @ 614e377
Resolves: RHEL-17722
2024-01-16 15:34:18 +01: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()