2bcdd90493
Resolves: RHEL-17723
7 lines
141 B
Python
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()
|