Release 0.0.1

This commit is contained in:
kokarare1212 2022-02-09 20:55:27 +09:00
parent 116a576b3f
commit 7a340b1b20
4 changed files with 10 additions and 2 deletions

View File

@ -33,7 +33,7 @@ For other guidelines, please see [CODE_OF_CONDUCT.md](https://github.com/kokarar
### Installation
Stable Version **\*still not working.**
Stable Version
```commandline
pip install librespot

4
dev/publish.cmd Normal file
View File

@ -0,0 +1,4 @@
@echo off
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*

4
dev/publish.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*

View File

@ -31,7 +31,7 @@ Also, please keep in mind that this library is in alpha and may behave in uninte
## Installation
You can download this library in the following way.<br><br>
Stable Version **\*still not working.**
Stable Version
```commandline
pip install librespot