File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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.
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+
Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments