Skip to content

Commit e89cfde

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c08574c commit e89cfde

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.cfg

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,19 @@ url = https://github.com/dannysepler/killport
77
author = Danny Sepler
88
author_email = dannysepler@gmail.com
99
license = MIT
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
classifiers =
1212
License :: OSI Approved :: MIT License
1313
Programming Language :: Python :: 3
1414
Programming Language :: Python :: 3 :: Only
15-
Programming Language :: Python :: 3.7
16-
Programming Language :: Python :: 3.8
17-
Programming Language :: Python :: 3.9
18-
Programming Language :: Python :: 3.10
1915
project_urls =
2016
Bug Tracker = https://github.com/dannysepler/killport/issues
2117

2218
[options]
2319
py_modules = killport
2420
install_requires =
2521
psutil
26-
python_requires = >=3.7.0
22+
python_requires = >=3.8
2723

2824
[options.packages.find]
2925
exclude =

0 commit comments

Comments
 (0)