Skip to content

Commit d31c14d

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

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

setup.cfg

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,18 @@ 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 =
12-
License :: OSI Approved :: MIT License
1312
Programming Language :: Python :: 3
1413
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
1914
project_urls =
2015
Bug Tracker = https://github.com/dannysepler/killport/issues
2116

2217
[options]
2318
py_modules = killport
2419
install_requires =
2520
psutil
26-
python_requires = >=3.7.0
21+
python_requires = >=3.10
2722

2823
[options.packages.find]
2924
exclude =

0 commit comments

Comments
 (0)