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