diff --git a/.github/LICENSE.md b/.github/LICENSE.md index a479efef..52234ccf 100644 --- a/.github/LICENSE.md +++ b/.github/LICENSE.md @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33932d76..5ac52868 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/LICENSE.md b/LICENSE.md index a479efef..52234ccf 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index ba01993b..53eb1b71 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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/ diff --git a/pyproject.toml b/pyproject.toml index 20c0faf8..05f99474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,9 @@ authors = ["Joost Lekkerkerker "] maintainers = ["Joost Lekkerkerker "] 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",