* add github workflow for building wheels

* rename cython module for more consistency
* restructure python code
* proper python module setup
* bump major version 2.0.0
This commit is contained in:
2021-09-21 12:55:19 +02:00
parent 75e792b86c
commit e6315ee186
14 changed files with 227 additions and 10 deletions

10
.gitignore vendored
View File

@@ -31,3 +31,13 @@ pip/LICENSE
pip/*egg-info
pip/dist/
pip/build/
python/README.md
python/LICENSE
python/VERSION
python/build
python/*.egg-info
python/dist
python/*.soc
python/lib/
python/*.cpp