File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ name = docstring-to-markdown
33description = On the fly conversion of Python docstrings to markdown
44long_description = file: ./README.md
55long_description_content_type = text/markdown
6- url = https://github.com/krassowski/docstring-to-markdown
76author = Michał Krassowski
87author_email = krassowski.michal+pypi@gmail.com
98license = LGPL-2.1
@@ -16,6 +15,9 @@ classifiers =
1615 Intended Audience :: Developers
1716 License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
1817 Programming Language :: Python
18+ project_urls =
19+ Bug Tracker = https://github.com/krassowski/docstring-to-markdown/issues
20+ Source Code = https://github.com/krassowski/docstring-to-markdown
1921
2022[options]
2123packages = find:
You can’t perform that action at this time.
0 commit comments