diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..59a5133 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "chadbook" +version = "0.1.0" +description = "minimal jupyter notebook boilerplate with uv" +requires-python = ">=3.11" +dependencies = ["jupyter"] + +[tool.uv] +dev-dependencies = []