From 734ad056a3cb13ff9cd20f40627458ae9de4537b Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Sat, 15 Apr 2023 20:43:07 -0600 Subject: Adding SECURITY.md, changing my e-mail addresses --- PKG-INFO | 2 +- SECURITY.md | 1 + setup.cfg | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 SECURITY.md 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 +packager = Sean Reifschneider 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"], -- cgit v1.2.1