Create pyproject definition
This commit is contained in:
parent
251dcfaca4
commit
e1f4501591
1 changed files with 9 additions and 0 deletions
9
pyproject.toml
Normal file
9
pyproject.toml
Normal file
|
|
@ -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 = []
|
||||
Loading…
Reference in a new issue