File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ long_description = file: ./README.md
55long_description_content_type = text/markdown
66author = Michał Krassowski
77author_email = krassowski.michal+pypi@gmail.com
8- license = LGPL-2.1
8+ license = LGPL-2.1-or-later
99keywords =
1010 Docstring
1111 conversion
@@ -15,9 +15,11 @@ classifiers =
1515 Intended Audience :: Developers
1616 License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
1717 Programming Language :: Python
18+ Topic :: Text Processing :: Markup
19+ Topic :: Documentation :: Sphinx
1820project_urls =
19- Bug Tracker = https://github.com/krassowski /docstring-to-markdown/issues
20- Source Code = https://github.com/krassowski /docstring-to-markdown
21+ Bug Tracker = https://github.com/python-lsp /docstring-to-markdown/issues
22+ Source Code = https://github.com/python-lsp /docstring-to-markdown
2123version = attr: docstring_to_markdown.__version__
2224
2325[mypy]
You can’t perform that action at this time.
0 commit comments