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 4bce8a7 commit 51bace4Copy full SHA for 51bace4
setup.cfg
@@ -8,15 +8,14 @@ url = https://github.com/rupert/pyls-black
8
long_description = file: README.md
9
long_description_content_type = text/markdown
10
classifiers =
11
- Programming Language :: Python :: 3
12
- Programming Language :: Python :: 3.6
13
- Programming Language :: Python :: 3.7
+ Programming Language :: Python
14
License :: OSI Approved :: MIT License
15
Operating System :: OS Independent
16
17
[options]
18
packages = find:
19
install_requires = python-language-server; black>=19.3b0; toml
+python_requires = >= 3.6
20
21
[options.entry_points]
22
pyls = pyls_black = pyls_black.plugin
0 commit comments