Skip to content

Commit fcff7ba

Browse files
committed
chore(tools): don't generate deprecated license classifiers
This should have been part of b4ff7fe.
1 parent c458c5c commit fcff7ba

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

tools/generate_setup_cfg.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,10 @@
2929
version = ${python_pkg_version}
3030
description = Shell source code formatter
3131
url = https://github.com/scop/pre-commit-shfmt
32-
# license here is for shfmt proper; Python packaging related files may have others, see their contents and classifiers below
33-
license = BSD 3-Clause
32+
# shfmt proper and Python packaging related files
33+
license = BSD 3-Clause AND Apache Software License AND MIT License
3434
classifiers =
3535
Intended Audience :: Developers
36-
License :: OSI Approved :: Apache Software License
37-
License :: OSI Approved :: BSD License
38-
License :: OSI Approved :: MIT License
3936
Operating System :: MacOS
4037
Operating System :: Microsoft :: Windows
4138
Operating System :: POSIX :: Linux

0 commit comments

Comments
 (0)