summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2020-11-05 10:42:13 +0100
committerHynek Schlawack <hs@ox.cx>2020-11-05 10:42:13 +0100
commit06d0f8eda63b3f08cb5d94fff9fddf4fe6695621 (patch)
tree81e1bf1879926dd742aff57457c46e14c49ce4f2
parentd23924f765d09f77e87a5c51c1685df0d721b469 (diff)
downloadattrs-06d0f8eda63b3f08cb5d94fff9fddf4fe6695621.tar.gz
Add funding URLs to metadata
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 86b4d94..64af96e 100644
--- a/setup.py
+++ b/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",