File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 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
77author = Danny Sepler
88author_email = dannysepler@gmail.com
99license = MIT
10- license_file = LICENSE
10+ license_files = LICENSE
1111classifiers =
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
1915project_urls =
2016 Bug Tracker = https://github.com/dannysepler/killport/issues
2117
2218[options]
2319py_modules = killport
2420install_requires =
2521 psutil
26- python_requires = >=3.7.0
22+ python_requires = >=3.9
2723
2824[options.packages.find]
2925exclude =
You can’t perform that action at this time.
0 commit comments