summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-10-18 09:20:18 -0700
committerGitHub <noreply@github.com>2022-10-18 09:20:18 -0700
commitf8146068e139541864bbae0e9a3c105a891b8a66 (patch)
tree081b4cd2e24be3e7b752ddf750cbbdaf0930eeee
parentc07e1f8d139a34d803fd30dd836ce188a7621aa4 (diff)
parent250ad1379cb4a4946904ad69ee55aa5fe9e08203 (diff)
downloadpymemcache-f8146068e139541864bbae0e9a3c105a891b8a66.tar.gz
Merge pull request #437 from jogo/issues
Add link to issue tracker as well
-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