fdcea56557
Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
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()
|