Initial checkin.

This commit is contained in:
2021-11-22 09:54:37 -08:00
commit 616f220cfc
10 changed files with 395 additions and 0 deletions

3
pyproject.toml Normal file
View File

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