We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1a459 commit 3777843Copy full SHA for 3777843
setup.cfg
@@ -3,7 +3,6 @@ name = docstring-to-markdown
3
description = On the fly conversion of Python docstrings to markdown
4
long_description = file: ./README.md
5
long_description_content_type = text/markdown
6
-url = https://github.com/krassowski/docstring-to-markdown
7
author = Michał Krassowski
8
author_email = [email protected]
9
license = LGPL-2.1
@@ -16,6 +15,9 @@ classifiers =
16
15
Intended Audience :: Developers
17
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
18
Programming Language :: Python
+project_urls =
19
+ Bug Tracker = https://github.com/krassowski/docstring-to-markdown/issues
20
+ Source Code = https://github.com/krassowski/docstring-to-markdown
21
22
[options]
23
packages = find:
0 commit comments