1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2024-12-23 16:46:14 +01:00

Add pyproject.toml

This commit is contained in:
Miro Hrončok 2019-07-23 12:41:34 +02:00
parent d372bea93b
commit d5cee80502

3
pyproject.toml Normal file
View File

@ -0,0 +1,3 @@
[build-system]
requires = [ "setuptools", "wheel"]
build-backend = "setuptools.build_meta"