Skip to content

Commit 959241e

Browse files
WilliamRoyNelsontombh
authored andcommitted
chore: apache license missing dash
Poetry requires an EXACT match for the License name in order to auto-populate classifiers. Changed "Apache 2.0" to "Apache-2.0"
1 parent 323dfa8 commit 959241e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ maintainers = [
99
]
1010
repository = "https://github.com/openlawlibrary/pygls"
1111
documentation = "https://pygls.readthedocs.io/en/latest"
12-
license = "Apache 2.0"
12+
license = "Apache-2.0"
1313
readme = "README.md"
1414

1515
# You may want to use the Poetry "Up" plugin to automatically update all dependencies to

0 commit comments

Comments
 (0)