We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9958607 commit 167ae73Copy full SHA for 167ae73
setup.cfg
@@ -7,23 +7,19 @@ url = https://github.com/dannysepler/killport
7
author = Danny Sepler
8
author_email = [email protected]
9
license = MIT
10
-license_file = LICENSE
+license_files = LICENSE
11
classifiers =
12
License :: OSI Approved :: MIT License
13
Programming Language :: Python :: 3
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
project_urls =
20
Bug Tracker = https://github.com/dannysepler/killport/issues
21
22
[options]
23
py_modules = killport
24
install_requires =
25
psutil
26
-python_requires = >=3.7.0
+python_requires = >=3.8
27
28
[options.packages.find]
29
exclude =
0 commit comments