Skip to content

Commit

Permalink
v0.23.14: build: move links to 'project.urls' table in 'pyproject.toml'
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlibre committed Aug 11, 2024
1 parent dca8572 commit b53b2c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Minor Changes
^^^^^^^^^^^^^

- build: use standard SPDX string name for project license
- build: move links to 'project.urls' table in 'pyproject.toml'



Expand Down
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ authors = [
maintainers = [
{name = "Ricchi Machado", email = "rmlibre@riseup.net"}
]
urls = {"Homepage" = "https://twitter.com/aiootp", "Download" = "https://pypi.org/project/aiootp", "Source" = "https://github.com/rmlibre/aiootp", "Repository" = "https://github.com/rmlibre/aiootp.git", "Tracker" = "https://github.com/rmlibre/aiootp/issues", "Changelog" = "https://github.com/rmlibre/aiootp/blob/main/CHANGES.rst", "Documentation" = "https://github.com/rmlibre/aiootp/blob/main/README.rst"}
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: AsyncIO",
Expand Down Expand Up @@ -259,6 +258,16 @@ dev = [
]


[project.urls]
Homepage = "https://twitter.com/aiootp"
Download = "https://pypi.org/project/aiootp"
Source = "https://github.com/rmlibre/aiootp"
Repository = "https://github.com/rmlibre/aiootp.git"
Tracker = "https://github.com/rmlibre/aiootp/issues"
Changelog = "https://github.com/rmlibre/aiootp/blob/main/CHANGES.rst"
Documentation = "https://github.com/rmlibre/aiootp/blob/main/README.rst"


[tool.setuptools]
include-package-data = true
license-files = ["LICENSE"]
Expand Down

0 comments on commit b53b2c3

Please sign in to comment.