Skip to content

Commit b8656c1

Browse files
committed
Add pyproject.toml
Given the missing setuptools keywords issue and hence having moved all the declarative stuff to setup.cfg this one is only a very basic one just to comply PEP-517 and foolproof this project for the future PyPa/pip changes. Signed-off-by: Erik Skultety <[email protected]>
1 parent 01ac61c commit b8656c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)