python3.12-setuptools-rust/setup.py
Tomáš Hrnčiar fdcea56557 Convert from Fedora for the Python 3.12 stack in RHEL
Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
2024-01-16 13:02:57 +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()