summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <sean@realgo.com>2023-04-15 20:43:07 -0600
committerSean Reifschneider <sean@realgo.com>2023-04-15 20:43:07 -0600
commit734ad056a3cb13ff9cd20f40627458ae9de4537b (patch)
tree73a037abcf8a59d23ce52a29a5942624a8118155
parent2c10035a0052a6a446c8afbf43a4407fa47f83ae (diff)
downloadpython-memcached-734ad056a3cb13ff9cd20f40627458ae9de4537b.tar.gz
Adding SECURITY.md, changing my e-mail addresses
-rw-r--r--PKG-INFO2
-rw-r--r--SECURITY.md1
-rw-r--r--setup.cfg2
-rw-r--r--setup.py2
4 files changed, 4 insertions, 3 deletions
diff --git a/PKG-INFO b/PKG-INFO
index 2eeccdd..4fe0224 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -4,7 +4,7 @@ Version: 1.59
Summary: A Python memcached client library.
Home-page: http://www.tummy.com/Community/software/python-memcached/
Author: Sean Reifschneider
-Author-email: jafo-memcached@tummy.com
+Author-email: jafo00@gmail.com
License: Python Software Foundation License
Description: A Python memcached client library.
Platform: UNKNOWN
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 0000000..ad77969
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1 @@
+Please report any security issues to jafo00@gmail.com
diff --git a/setup.cfg b/setup.cfg
index daf1ac7..170cbe2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[bdist_rpm]
release = 1
-packager = Sean Reifschneider <jafo-rpms@tummy.com>
+packager = Sean Reifschneider <jafo00@gmail.com>
requires = python-memcached
[flake8]
diff --git a/setup.py b/setup.py
index 12da42a..633fafd 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@ setup(
author="Evan Martin",
author_email="martine@danga.com",
maintainer="Sean Reifschneider",
- maintainer_email="jafo@tummy.com",
+ maintainer_email="jafo00@gmail.com",
url="https://github.com/linsomniac/python-memcached",
download_url="https://github.com/linsomniac/python-memcached/releases/download/{0}/python-memcached-{0}.tar.gz".format(version), # noqa
py_modules=["memcache"],