Skip to content

Commit b4ff7fe

Browse files
committed
chore: remove deprecated license classifiers
Use an SPDX expression covering all instead. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files
1 parent f2f36f6 commit b4ff7fe

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.cfg

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ name = shfmt_py
33
version = 3.12.0-2
44
description = Shell source code formatter
55
url = https://github.com/scop/pre-commit-shfmt
6-
# license here is for shfmt proper; Python packaging related files may have others, see their contents and classifiers below
7-
license = BSD 3-Clause
6+
# shfmt proper and Python packaging related files
7+
license = BSD 3-Clause AND Apache Software License AND MIT License
88
classifiers =
99
Intended Audience :: Developers
10-
License :: OSI Approved :: Apache Software License
11-
License :: OSI Approved :: BSD License
12-
License :: OSI Approved :: MIT License
1310
Operating System :: MacOS
1411
Operating System :: Microsoft :: Windows
1512
Operating System :: POSIX :: Linux

0 commit comments

Comments
 (0)