summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-29 16:36:37 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-29 16:36:37 -0700
commitdde7b56ba8cf1a721bbff43f39d428235807c74a (patch)
tree87fffd770a43497ffa34d7bfc9be2c4bbed7d020
parentdda2b8e47e7147a9d7398d4278e7a10d8aa534f1 (diff)
downloadpep8-dde7b56ba8cf1a721bbff43f39d428235807c74a.tar.gz
Added maintainer metadata to package
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9e6dd68..93a1337 100644
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,8 @@ setup(
keywords='pycodestyle, pep8, PEP 8, PEP-8, PEP8',
author='Johann C. Rocholl',
author_email='johann@rocholl.net',
+ maintainer='Ian Lee',
+ maintainer_email='IanLee1521@gmail.com',
url='https://pycodestyle.readthedocs.io/',
license='Expat license',
py_modules=['pycodestyle'],