Skip to content

Commit 0b1561b

Browse files
committed
MNT: Remove stale setup.py author= field
There are no other active references to this person. Fixes #64
1 parent 0213ad5 commit 0b1561b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.6.1 (2019-05-05)
2+
=====
3+
- Minor maintenance release.
4+
15
0.6.0 (2019-05-03)
26
=====
37
- New support for PEP 484 Python type annotations.

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def _discover_tests():
1414
if __name__ == '__main__':
1515
setup(
1616
name="pdoc3",
17-
author="Andrew Gallant",
1817
license="AGPL-3.0",
1918
description="Auto-generate API documentation for Python projects.",
2019
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),

0 commit comments

Comments
 (0)