Skip to content

Commit

Permalink
project を上に持ってくる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jun 18, 2023
1 parent b1b64f1 commit 89020bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }]
Expand All @@ -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",
]

0 comments on commit 89020bf

Please sign in to comment.