Skip to content

Commit

Permalink
fix pyproject.toml license ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pga2rn committed Oct 15, 2024
1 parent d726e71 commit d4b4cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024 pga2rn

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ authors = [
{ name = "pga2rn", email = "aaronpigybd@gmail.com"},
]
readme = "README.md"
license = { text = "LICENSE.md" }
license = { file = "LICENSE" }
requires-python = ">=3.8"
classifiers = [
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit d4b4cff

Please sign in to comment.