python packaging boilerplate

This commit is contained in:
2021-11-07 15:56:36 +01:00
parent ea1f390e98
commit f88be9c0aa
4 changed files with 62 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"