We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcc1cc commit c9dc334Copy full SHA for c9dc334
setup.py
@@ -75,11 +75,12 @@ def get_release_command_class() -> Dict[str, Type[setuptools.Command]]:
75
long_description_content_type="text/x-rst",
76
packages=setuptools.find_packages(exclude=["test*"]),
77
project_urls={
78
+ "Changlog": f"{REPOSITORY_URL:s}/releases",
79
"Documentation": f"https://{MODULE_NAME:s}.rtfd.io/",
80
"Download": f"{REPOSITORY_URL:s}/releases",
81
+ "Funding": "https://github.com/sponsors/thombashi",
82
"Source": REPOSITORY_URL,
83
"Tracker": f"{REPOSITORY_URL:s}/issues",
- "Changlog": f"{REPOSITORY_URL:s}/releases",
84
},
85
python_requires=">=3.7",
86
install_requires=install_requires,
0 commit comments