Skip to content

Commit

Permalink
Fix typo in project_urls key from "Changlog" to "Changelog"
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
  • Loading branch information
thombashi committed Dec 29, 2024
1 parent e445613 commit 8307b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def get_release_command_class() -> dict[str, type[setuptools.Command]]:
packages=setuptools.find_packages(exclude=["test*"]),
package_data={MODULE_NAME: ["py.typed"]},
project_urls={
"Changlog": f"{REPOSITORY_URL:s}/releases",
"Changelog": f"{REPOSITORY_URL:s}/releases",
"Documentation": f"https://{MODULE_NAME:s}.rtfd.io/",
"Funding": "https://github.com/sponsors/thombashi",
"Source": REPOSITORY_URL,
Expand Down

0 comments on commit 8307b8a

Please sign in to comment.