Skip to content

Commit

Permalink
Merge pull request #31 from optuna/add-classifier-to-metadata
Browse files Browse the repository at this point in the history
Add classifier to pyproject.toml
  • Loading branch information
y0z authored May 24, 2024
2 parents 8fba51e + 2042765 commit 77850c4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@ dependencies = [
"PyGithub",
]
dynamic = ["version"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"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",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.optional-dependencies]
checking = [
Expand Down

0 comments on commit 77850c4

Please sign in to comment.