Skip to content

Commit

Permalink
chore(package): add license classifier (#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 authored and stainless-bot committed Nov 22, 2023
1 parent 97a6895 commit 7322b66
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 7322b66

Please sign in to comment.