Skip to content

Commit 3777843

Browse files
committed
Update URLs
1 parent aa1a459 commit 3777843

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = docstring-to-markdown
33
description = On the fly conversion of Python docstrings to markdown
44
long_description = file: ./README.md
55
long_description_content_type = text/markdown
6-
url = https://github.com/krassowski/docstring-to-markdown
76
author = Michał Krassowski
87
author_email = [email protected]
98
license = 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]
2123
packages = find:

0 commit comments

Comments
 (0)