Skip to content

Commit 99139d9

Browse files
committed
Merge pull request #516 from PyCQA/add-maintainer-field
Added maintainer metadata to package
2 parents dda2b8e + dde7b56 commit 99139d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ def get_long_description():
2626
keywords='pycodestyle, pep8, PEP 8, PEP-8, PEP8',
2727
author='Johann C. Rocholl',
2828
author_email='[email protected]',
29+
maintainer='Ian Lee',
30+
maintainer_email='[email protected]',
2931
url='https://pycodestyle.readthedocs.io/',
3032
license='Expat license',
3133
py_modules=['pycodestyle'],

0 commit comments

Comments
 (0)