Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2023 Joost Lekkerkerker
Copyright (c) 2023-2024 Joost Lekkerkerker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: release
url: https://pypi.org/p/aiowithings
url: https://pypi.org/p/spotifyaio
permissions:
contents: write
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2023 Joost Lekkerkerker
Copyright (c) 2023-2024 Joost Lekkerkerker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ check [the contributor's page][contributors].

MIT License

Copyright (c) 2023 Joost Lekkerkerker
Copyright (c) 2023-2024 Joost Lekkerkerker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -120,7 +120,7 @@ SOFTWARE.
[joostlek]: https://github.com/joostlek
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[license-shield]: https://img.shields.io/github/license/joostlek/python-spotify.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[poetry-install]: https://python-poetry.org/docs/#installation
[poetry]: https://python-poetry.org
[pre-commit]: https://pre-commit.com/
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["Joost Lekkerkerker <[email protected]>"]
maintainers = ["Joost Lekkerkerker <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/joostlek/python-withings"
repository = "https://github.com/joostlek/python-withings"
documentation = "https://github.com/joostlek/python-withings"
homepage = "https://github.com/joostlek/python-spotify"
repository = "https://github.com/joostlek/python-spotify"
documentation = "https://github.com/joostlek/python-spotify"
keywords = ["Spotify", "api", "async", "client"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down