python3.12-PyMySQL/setup.py
Tomáš Hrnčiar 2bcdd90493 Import from Fedora python-PyMySQL @ 614e377
Resolves: RHEL-17723
2024-01-16 15:31:25 +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()