Skip to content

Commit

Permalink
MNT: Remove stale setup.py author= field
Browse files Browse the repository at this point in the history
There are no other active references to this person.

Fixes #64
  • Loading branch information
kernc committed May 5, 2019
1 parent 0213ad5 commit 0b1561b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
0.6.1 (2019-05-05)
=====
- Minor maintenance release.

0.6.0 (2019-05-03)
=====
- New support for PEP 484 Python type annotations.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -14,7 +14,6 @@ def _discover_tests():
if __name__ == '__main__':
setup(
name="pdoc3",
author="Andrew Gallant",
license="AGPL-3.0",
description="Auto-generate API documentation for Python projects.",
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
Expand Down

0 comments on commit 0b1561b

Please sign in to comment.