Create pyproject definition

This commit is contained in:
Jared Miller 2025-12-27 11:35:02 -05:00
parent 251dcfaca4
commit e1f4501591
No known key found for this signature in database

9
pyproject.toml Normal file
View 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 = []