Skip to content

Commit

Permalink
revert pyproject.toml file to remove setuptools mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsato09 committed Sep 30, 2024
1 parent 18f05fa commit 3ff4a14
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ dependencies = [
"sqlmodel>=0.0.22",
]

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = { find = { include = ["app", "app.*"] } }

[tool.setuptools.package-dir]
"" = "app" # Define the main package directory as `app`

[tool.uv]
dev-dependencies = [
"coverage>=7.6.1",
Expand Down

0 comments on commit 3ff4a14

Please sign in to comment.