Major refactoring:

- Create pip package
- Reorganized source code
This commit is contained in:
Loic Guegan 2022-06-14 17:13:46 +02:00
parent b6877cb81e
commit 7f13c95e16
37 changed files with 28 additions and 56 deletions

3
pyproject.toml Normal file
View file

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