added more api documentation

new build process
This commit is contained in:
Joel 2021-01-16 23:33:09 +01:00
parent 73284ceab8
commit 134cd3a30e
No known key found for this signature in database
GPG key ID: BDDDBECD0808290E
7 changed files with 53 additions and 70 deletions

8
build_deb.sh Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/zsh
# be sure to change version if needed!
fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefix python3 \
-m '"Joel Klimont" <joel.klimont@gmail.com>' \
--license 'proprietary' \
--description 'Library for robot used in the competition' \
--after-install postinstall.sh \
-v 0.0.2 -t deb setup.py