Add funding URLs to metadata

This commit is contained in:
Hynek Schlawack 2020-11-05 10:42:13 +01:00
parent d23924f765
commit 06d0f8eda6
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ PROJECT_URLS = {
"Documentation": "https://www.attrs.org/",
"Bug Tracker": "https://github.com/python-attrs/attrs/issues",
"Source Code": "https://github.com/python-attrs/attrs",
"Funding": "https://github.com/sponsors/hynek",
"Tidelift": "https://tidelift.com/subscription/pkg/pypi-attrs?"
"utm_source=pypi-attrs&utm_medium=pypi",
}
CLASSIFIERS = [
"Development Status :: 5 - Production/Stable",