Skip to content

Commit 0332b65

Browse files
authored
feat: add license classifier to PyPI package (#826)
Having the license classifier in PyPI is also important so that it is uplaoded as part of the package's metadata. Otherwise, when querying it to PyPI this information is not shown in the package's metadata.
1 parent 05ca0d6 commit 0332b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
"Operating System :: POSIX :: Linux",
3232
"Operating System :: Microsoft :: Windows",
3333
"Topic :: Software Development :: Libraries :: Python Modules",
34+
"License :: OSI Approved :: Apache Software License",
3435
]
3536

3637
[project.optional-dependencies]

0 commit comments

Comments
 (0)