Added pyproject.toml

This file was forgotten to add in rev. 1d700addae
Set version to 1.1.5.post1
This commit is contained in:
Georg Richter
2022-11-08 17:19:14 +01:00
parent ca7b5ae6fd
commit db731519ba
2 changed files with 30 additions and 5 deletions

5
pyproject.toml Normal file
View File

@ -0,0 +1,5 @@
[build-system]
requires = [
"setuptools",
"packaging",
]