Reorganised the code into a PyPI package format

This commit is contained in:
Remi Ehounou
2021-05-23 16:45:16 -04:00
parent 00e46546f4
commit 43de559f08
43 changed files with 181 additions and 159 deletions

View File

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