Skip to content

Commit c9dc334

Browse files
committed
Update project_urls
1 parent 8fcc1cc commit c9dc334

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ def get_release_command_class() -> Dict[str, Type[setuptools.Command]]:
7575
long_description_content_type="text/x-rst",
7676
packages=setuptools.find_packages(exclude=["test*"]),
7777
project_urls={
78+
"Changlog": f"{REPOSITORY_URL:s}/releases",
7879
"Documentation": f"https://{MODULE_NAME:s}.rtfd.io/",
7980
"Download": f"{REPOSITORY_URL:s}/releases",
81+
"Funding": "https://github.com/sponsors/thombashi",
8082
"Source": REPOSITORY_URL,
8183
"Tracker": f"{REPOSITORY_URL:s}/issues",
82-
"Changlog": f"{REPOSITORY_URL:s}/releases",
8384
},
8485
python_requires=">=3.7",
8586
install_requires=install_requires,

0 commit comments

Comments
 (0)