Skip to content

Commit

Permalink
Merge pull request #13 from optuna/fix-pyproject-toml
Browse files Browse the repository at this point in the history
Fix pyproject.toml
  • Loading branch information
HideakiImamura authored May 15, 2024
2 parents 60f71f1 + 2fa90cb commit 16d3534
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools >= 61.1.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "optunahub-registry"
description = "Registry for OptunaHub"
Expand Down Expand Up @@ -30,7 +34,7 @@ docs = [
]

[tool.setuptools.packages.find]
include = ["package*"]
include = ["optunahub-registry*"]

[tool.ruff]
line-length = 99
Expand Down

0 comments on commit 16d3534

Please sign in to comment.