From 0b1561b47de4c91193fe10bda0ecb6f0f9e60e01 Mon Sep 17 00:00:00 2001 From: Kernc Date: Sun, 5 May 2019 03:30:06 +0200 Subject: [PATCH] MNT: Remove stale setup.py author= field There are no other active references to this person. Fixes https://github.com/pdoc3/pdoc/issues/64 --- CHANGELOG | 4 ++++ setup.py | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cbc9ab30..5848e55d 100644 --- a/CHANGELOG +++ b/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. diff --git a/setup.py b/setup.py index 42fac4bb..d7b9118d 100644 --- a/setup.py +++ b/setup.py @@ -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(),