summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2022-10-17 09:58:49 -0700
committerJoe Gordon <jogo@pinterest.com>2022-10-17 10:06:27 -0700
commitf28ad4f74765ea963c394fe897d3f5dca8139752 (patch)
tree4222841b2a4b34f93d4a603cd8f36b4deeeb6941
parent4e5db4bb6e6f6810fbb8e7c3e6624deb6f6ac0da (diff)
downloadpymemcache-f28ad4f74765ea963c394fe897d3f5dca8139752.tar.gz
Update project urls to include link to docs
Make it easier to find the documentation from https://pypi.org/project/pymemcache/ https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#project-urls
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 931608f..e98f55f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,9 @@ description = A comprehensive, fast, pure Python memcached client
long_description = file: README.rst, ChangeLog.rst
long_description_content_type = text/x-rst
license = Apache License 2.0
-url = https://github.com/pinterest/pymemcache
+project_urls =
+ Documentation = https://pymemcache.readthedocs.io/
+ Source = https://github.com/pinterest/pymemcache
keywords = memcache, client, database
classifiers =
Programming Language :: Python