This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
python-aternos/pyproject.toml

7 lines
110 B
TOML
Raw Normal View History

2021-10-08 18:35:20 +03:00
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"