We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c458c5c commit fcff7baCopy full SHA for fcff7ba
1 file changed
tools/generate_setup_cfg.py
@@ -29,13 +29,10 @@
29
version = ${python_pkg_version}
30
description = Shell source code formatter
31
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
+# shfmt proper and Python packaging related files
+license = BSD 3-Clause AND Apache Software License AND MIT License
34
classifiers =
35
Intended Audience :: Developers
36
- License :: OSI Approved :: Apache Software License
37
- License :: OSI Approved :: BSD License
38
- License :: OSI Approved :: MIT License
39
Operating System :: MacOS
40
Operating System :: Microsoft :: Windows
41
Operating System :: POSIX :: Linux
0 commit comments