Initial commit

This commit is contained in:
Kevo 2022-01-23 11:14:52 +01:00
commit fc8cc85a04
14 changed files with 321 additions and 0 deletions

View file

@ -0,0 +1,4 @@
cd "$(dirname "$0")"
cd ../
pdoc -o documentation python_project_template # FIXME

View file

@ -0,0 +1,4 @@
cd "$(dirname "$0")"
bash ./build_documentation.sh
bash ./compile_for_pypi.sh

View file

@ -0,0 +1,4 @@
cd "$(dirname "$0")"
cd ../
python setup.py sdist