Skip to content

Commit

Permalink
chore: Added license to pyproject to fix doc license tag (#716)
Browse files Browse the repository at this point in the history
* Added license to pyproject to fix doc license tag

* added supported python versions
  • Loading branch information
brianshen3 authored Oct 21, 2024
1 parent 3c05c89 commit 684304b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ documentation = "https://docs.kolena.com"
readme = "README.md"
license = "Apache-2.0"
keywords = ["Kolena", "ML", "testing"]
classifiers = [# classifiers for license, versions set automatically during Poetry build
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 684304b

Please sign in to comment.