Rename master to main, use 3.10 final, add workflow_dispatch
This commit is contained in:
parent
3db88e98ce
commit
9072b98a18
8 changed files with 42 additions and 36 deletions
|
@ -5,8 +5,8 @@ pyLast
|
|||
[](https://pypi.org/project/pylast/)
|
||||
[](https://pypistats.org/packages/pylast)
|
||||
[](https://github.com/pylast/pylast/actions)
|
||||
[](https://codecov.io/gh/pylast/pylast)
|
||||
[](https://github.com/psf/black)
|
||||
[](https://codecov.io/gh/pylast/pylast)
|
||||
[](https://github.com/psf/black)
|
||||
[](https://zenodo.org/badge/latestdoi/7803088)
|
||||
|
||||
A Python interface to [Last.fm](https://www.last.fm/) and other API-compatible websites
|
||||
|
@ -98,12 +98,12 @@ track.add_tags(("awesome", "favorite"))
|
|||
|
||||
More examples in
|
||||
<a href="https://github.com/hugovk/lastfm-tools">hugovk/lastfm-tools</a> and
|
||||
[tests/](https://github.com/pylast/pylast/tree/master/tests).
|
||||
[tests/](https://github.com/pylast/pylast/tree/main/tests).
|
||||
|
||||
Testing
|
||||
-------
|
||||
|
||||
The [tests/](https://github.com/pylast/pylast/tree/master/tests) directory contains
|
||||
The [tests/](https://github.com/pylast/pylast/tree/main/tests) directory contains
|
||||
integration and unit tests with Last.fm, and plenty of code examples.
|
||||
|
||||
For integration tests you need a test account at Last.fm that will become cluttered with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue