Initial import: Music_Server, MusicFree, catalog-sync
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.PHONY: install
|
||||
|
||||
install:
|
||||
python setup.py install
|
||||
|
||||
develop:
|
||||
python setup.py develop
|
||||
|
||||
publish:
|
||||
pip install 'twine>=1.5.0' --upgrade
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
Reference in New Issue
Block a user