keep package at top level

This commit is contained in:
Remi Ehounou
2021-05-23 17:07:57 -04:00
parent 44950b69fe
commit f9c45d927b
27 changed files with 2 additions and 3 deletions

3
pyproject.toml Normal file
View File

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