Skip to content

Commit e57b842

Browse files
Define license and license file in pyproject
Signed-off-by: Mikel Olasagasti Uranga <[email protected]>
1 parent 1d7a36b commit e57b842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ description = "Automagic shell tab completion for Python CLI applications"
2626
readme = "README.rst"
2727
requires-python = ">=3.7"
2828
keywords = ["tab", "complete", "completion", "shell", "bash", "zsh", "argparse"]
29-
license = {text = "Apache-2.0"}
29+
license = "Apache-2.0"
30+
license-files = ["LICENCE"]
3031
classifiers = [
3132
"Development Status :: 5 - Production/Stable",
3233
"Environment :: Console",
@@ -37,7 +38,6 @@ classifiers = [
3738
"Intended Audience :: End Users/Desktop",
3839
"Intended Audience :: Other Audience",
3940
"Intended Audience :: System Administrators",
40-
"License :: OSI Approved :: Apache Software License",
4141
"Operating System :: MacOS",
4242
"Operating System :: MacOS :: MacOS X",
4343
"Operating System :: POSIX",

0 commit comments

Comments
 (0)