summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@pinterest.com>2022-10-17 16:24:45 -0700
committerJoe Gordon <jogo@pinterest.com>2022-10-17 16:24:45 -0700
commit250ad1379cb4a4946904ad69ee55aa5fe9e08203 (patch)
tree081b4cd2e24be3e7b752ddf750cbbdaf0930eeee
parentc07e1f8d139a34d803fd30dd836ce188a7621aa4 (diff)
downloadpymemcache-250ad1379cb4a4946904ad69ee55aa5fe9e08203.tar.gz
Add link to issue tracker as well
Follow up to #435 because I forgot the comment when I merged
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index e98f55f..f096df8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,6 +10,7 @@ license = Apache License 2.0
project_urls =
Documentation = https://pymemcache.readthedocs.io/
Source = https://github.com/pinterest/pymemcache
+ Issue Tracker = https://github.com/pinterest/pymemcache/issues
keywords = memcache, client, database
classifiers =
Programming Language :: Python