49b9c17dd4
I followed the tutorial here: https://packaging.python.org/tutorials/packaging-projects/.
6 lines
104 B
TOML
6 lines
104 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|