Skip to content

Commit

Permalink
Add build and exclude to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Dec 12, 2024
1 parent 8297f5e commit 806e60d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies = []

[project.optional-dependencies]
dev = [
"build",
"ipython",
"mypy",
"setuptools",
Expand All @@ -34,3 +35,6 @@ asyncio_default_fixture_loop_scope = "function"
filterwarnings = [
"ignore::ImportWarning",
]

[tool.setuptools.packages.find]
exclude = ["tests*"]

0 comments on commit 806e60d

Please sign in to comment.