add packaging files

This commit is contained in:
Jean-Marie Mineau 2021-10-05 20:25:11 +02:00
parent ec66aa40de
commit f544d8eef9
No known key found for this signature in database
GPG key ID: 67486F107F62E9E9
5 changed files with 27 additions and 3 deletions

3
pyproject.toml Normal file
View file

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