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 51a7870 commit f31dbf6Copy full SHA for f31dbf6
setup.cfg
@@ -7,6 +7,10 @@ description = Black plugin for the Python LSP Server
7
url = https://github.com/python-lsp/python-lsp-black
8
long_description = file: README.md
9
long_description_content_type = text/markdown
10
+project_urls =
11
+ Bug Tracker = https://github.com/python-lsp/python-lsp-black/issues
12
+ Changelog = https://github.com/python-lsp/python-lsp-black/blob/master/CHANGELOG.md
13
+ Source Code = https://github.com/python-lsp/python-lsp-black
14
classifiers =
15
Programming Language :: Python
16
License :: OSI Approved :: MIT License
0 commit comments