File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,19 @@ url = https://github.com/dannysepler/killport
7
7
author = Danny Sepler
8
8
author_email = dannysepler@gmail.com
9
9
license = MIT
10
- license_file = LICENSE
10
+ license_files = LICENSE
11
11
classifiers =
12
12
License :: OSI Approved :: MIT License
13
13
Programming Language :: Python :: 3
14
14
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
19
15
project_urls =
20
16
Bug Tracker = https://github.com/dannysepler/killport/issues
21
17
22
18
[options]
23
19
py_modules = killport
24
20
install_requires =
25
21
psutil
26
- python_requires = >=3.7.0
22
+ python_requires = >=3.8
27
23
28
24
[options.packages.find]
29
25
exclude =
You can’t perform that action at this time.
0 commit comments