Skip to content

Commit 5dec2ee

Browse files
author
Nick MacCarthy
committed
fix: license classifier
1 parent 79bad6e commit 5dec2ee

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: LICENSE

+3-2
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@
178178
APPENDIX: How to apply the Apache License to your work.
179179

180180
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
181+
boilerplate notice, with the fields enclosed by brackets "[]"
182182
replaced with your own identifying information. (Don't include
183183
the brackets!) The text should be enclosed in the appropriate
184184
comment syntax for the file format. We also recommend that a
185185
file or class name and description of purpose be included on the
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright {yyyy} {name of copyright owner}
189+
Copyright 2023 Chris Smith
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.
@@ -199,3 +199,4 @@
199199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200
See the License for the specific language governing permissions and
201201
limitations under the License.
202+

Diff for: setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ classifiers =
1111
Development Status :: 5 - Production/Stable
1212
Intended Audience :: Developers
1313
Topic :: Software Development :: Build Tools
14-
License :: OSI Approved :: Apache License, Version 2.0 (Apache-2.0)
14+
License :: OSI Approved :: Apache Software License
15+
Programming Language :: Python :: 3 :: Only
1516
Programming Language :: Python :: 3.8
1617
Programming Language :: Python :: 3.9
1718
Programming Language :: Python :: 3.10
1819
Programming Language :: Python :: 3.11
20+
Programming Language :: Python :: 3.12
21+
Operating System :: OS Independent
1922

2023

2124
[options]

0 commit comments

Comments
 (0)