Add funding URLs to metadata
This commit is contained in:
parent
d23924f765
commit
06d0f8eda6
3
setup.py
3
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue