diff --git a/build.sh b/build.sh index 22b2c33..ff792df 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ -python setup.py build; python setup.py install; systemctl restart httpd; +python setup.py build; python setup.py install; +systemctl restart httpd; rm -rf build rm -rf iotronic.egg-info rm -rf dist