summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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