summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-10-17 16:23:34 -0700
committerGitHub <noreply@github.com>2022-10-17 16:23:34 -0700
commitc07e1f8d139a34d803fd30dd836ce188a7621aa4 (patch)
tree4222841b2a4b34f93d4a603cd8f36b4deeeb6941
parent4e5db4bb6e6f6810fbb8e7c3e6624deb6f6ac0da (diff)
parentf28ad4f74765ea963c394fe897d3f5dca8139752 (diff)
downloadpymemcache-c07e1f8d139a34d803fd30dd836ce188a7621aa4.tar.gz
Merge pull request #435 from jogo/urls
Update project urls to include link to docs
-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