Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit db32999

Browse files
committed
2 parents edbf14b + 085be8c commit db32999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ def read(*names, **kwargs):
3333
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
3434
),
3535
author='Discogs',
36-
author_email='',
37-
maintainer_email='accraze@gmail.com',
38-
maintainer='Andy Craze',
36+
author_email='acraze@discogsinc.com',
37+
maintainer_email='acraze@discogsinc.com',
38+
maintainer = 'Andy Craze',
3939
url='https://github.com/discogs/python-livingdocs',
4040
packages=find_packages('src'),
4141
package_dir={'': 'src'},

0 commit comments

Comments
 (0)