We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0213ad5 commit 0b1561bCopy full SHA for 0b1561b
CHANGELOG
@@ -1,3 +1,7 @@
1
+0.6.1 (2019-05-05)
2
+=====
3
+ - Minor maintenance release.
4
+
5
0.6.0 (2019-05-03)
6
=====
7
- New support for PEP 484 Python type annotations.
setup.py
@@ -14,7 +14,6 @@ def _discover_tests():
14
if __name__ == '__main__':
15
setup(
16
name="pdoc3",
17
- author="Andrew Gallant",
18
license="AGPL-3.0",
19
description="Auto-generate API documentation for Python projects.",
20
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
0 commit comments