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

Commit 5fd1886

Browse files
committed
fix(build): setuptools syntax
1 parent ae6f72d commit 5fd1886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def read(*names, **kwargs):
3333
re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))
3434
),
3535
author='Discogs',
36+
author_email='',
3637
maintainer_email='accraze@gmail.com',
3738
maintainer = 'Andy Craze',
3839
url='https://github.com/discogs/python-livingdocs',

0 commit comments

Comments
 (0)