Skip to content

Commit 775cd68

Browse files
authored
Merge pull request #18 from krassowski/fix-license-id
Move away from deprecated SPDX identifier, update links
2 parents 2d84ce4 + f682bea commit 775cd68

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docstring-to-markdown
22

3-
[![tests](https://github.com/krassowski/docstring-to-markdown/workflows/tests/badge.svg)](https://github.com/krassowski/docstring-to-markdown/actions?query=workflow%3A%22tests%22)
4-
![CodeQL](https://github.com/krassowski/docstring-to-markdown/workflows/CodeQL/badge.svg)
3+
[![tests](https://github.com/python-lsp/docstring-to-markdown/workflows/tests/badge.svg)](https://github.com/python-lsp/docstring-to-markdown/actions?query=workflow%3A%22tests%22)
4+
![CodeQL](https://github.com/python-lsp/docstring-to-markdown/workflows/CodeQL/badge.svg)
55
[![pypi-version](https://img.shields.io/pypi/v/docstring-to-markdown.svg)](https://python.org/pypi/docstring-to-markdown)
66

77
On the fly conversion of Python docstrings to markdown

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
pytest
22
pytest-cov
33
pytest-flake8
4+
flake8<5
45
mypy

setup.cfg

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ long_description = file: ./README.md
55
long_description_content_type = text/markdown
66
author = Michał Krassowski
77
author_email = [email protected]
8-
license = LGPL-2.1
8+
license = LGPL-2.1-or-later
99
keywords =
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
1820
project_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
2123
version = attr: docstring_to_markdown.__version__
2224

2325
[mypy]

0 commit comments

Comments
 (0)