1
0
Fork 0
This commit is contained in:
trueold89 2024-03-21 09:36:38 +03:00
parent f887615f1d
commit b316e11d95
Signed by: trueold89
GPG Key ID: C122E85DD49E6B30
1 changed files with 11 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
build: clean
python -m venv build_venv
./build_venv/bin/pip install setuptools
./build_venv/bin/python ./setup.py sdist
clean:
@rm -rf build_venv
@rm -rf SpotifyLinuxOpen.egg-info
install:
pip install dist/*