diff --git a/.gitignore b/.gitignore index 3f9e211..6f9d14b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,12 +26,12 @@ yarn-error.log* *.sw? # Private configs -/config.py -/test.py -/config/ +config.py +test.py +config #build files -/build -/*egg-info -/updatePyPi.sh -/deezer +build +*egg-info +updatePyPi.sh +deezer diff --git a/updatePyPi.sh b/updatePyPi.sh deleted file mode 100755 index 9c400e0..0000000 --- a/updatePyPi.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -rm -rd build -rm -rd dist -python -m bump -python -m bump deemix/__init__.py -python3 setup.py sdist bdist_wheel -python3 -m twine upload dist/*