Commit 7322b664

Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
2023-11-22 03:26:55
chore(package): add license classifier (#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 97a6895
Changed files (1)
pyproject.toml
@@ -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]