Skip to content

Commit

Permalink
feat: add license classifier to PyPI package (#826)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RobPasMue committed Nov 21, 2023
1 parent 05ca0d6 commit 0332b65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Operating System :: Microsoft :: Windows",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: Apache Software License",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 0332b65

Please sign in to comment.