merge microdot-asyncio package with microdot

This commit is contained in:
Miguel Grinberg
2021-06-06 11:15:32 +01:00
parent 9955ac99a6
commit b7b881e3c7
11 changed files with 11 additions and 5 deletions

6
pyproject.toml Normal file
View File

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