misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli
2019-10-07 00:27:22 +02:00
parent 967ba3a7a5
commit 8ef1f0f377
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
rm -rf build dist ergo_nn.egg-info &&
rm -rf build dist pwnagotchi.egg-info &&
python3 setup.py sdist bdist_wheel &&
clear &&
twine upload dist/*