Skip to content

Commit 3de99d0

Browse files
committed
Add sections to pyproject.toml
1 parent de99423 commit 3de99d0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ dev = [
3636
"beautifulsoup4",
3737
"tox",
3838
]
39+
# This is an application, not a library: don't try to build/install it as an
40+
# importable package. `uv sync` just provisions a venv with the deps above.
41+
[tool.uv]
42+
package = false
43+
44+
[tool.pytest.ini_options]
45+
asyncio_mode = "auto"
46+
testpaths = ["test"]

0 commit comments

Comments
 (0)