Skip to content

Commit 51bace4

Browse files
authored
Set python_requires (#29)
1 parent 4bce8a7 commit 51bace4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ url = https://github.com/rupert/pyls-black
88
long_description = file: README.md
99
long_description_content_type = text/markdown
1010
classifiers =
11-
Programming Language :: Python :: 3
12-
Programming Language :: Python :: 3.6
13-
Programming Language :: Python :: 3.7
11+
Programming Language :: Python
1412
License :: OSI Approved :: MIT License
1513
Operating System :: OS Independent
1614

1715
[options]
1816
packages = find:
1917
install_requires = python-language-server; black>=19.3b0; toml
18+
python_requires = >= 3.6
2019

2120
[options.entry_points]
2221
pyls = pyls_black = pyls_black.plugin

0 commit comments

Comments
 (0)