Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 25, 2024
1 parent d88c6b7 commit dd98b35
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@ url = https://github.com/dannysepler/killport
author = Danny Sepler
author_email = dannysepler@gmail.com
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Bug Tracker = https://github.com/dannysepler/killport/issues

[options]
py_modules = killport
install_requires =
psutil
python_requires = >=3.7.0
python_requires = >=3.8

[options.packages.find]
exclude =
Expand Down

0 comments on commit dd98b35

Please sign in to comment.