diff --git a/pyproject.toml b/pyproject.toml index c46d5b31..895bb1d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,3 @@ -[tool.rye] -dev-dependencies = [ - "nanobind>=1.4.0", - "setuptools>=42", - "build~=0.10.0", - "wheel~=0.40.0", - "auditwheel~=5.4.0", -] - [project] name = "sora_sdk" authors = [{ name = "Shiguredo Inc.", email = "contact+pypi@shiguredo.jp" }] @@ -16,3 +7,12 @@ readme = "README.md" license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3"] requires-python = ">= 3.8" + +[tool.rye] +dev-dependencies = [ + "nanobind>=1.4.0", + "setuptools>=42", + "build~=0.10.0", + "wheel~=0.40.0", + "auditwheel~=5.4.0", +]