uv sync
uv add <package-name>
uv add --dev <package-name>
[project] | |
name = "example-project" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.11" | |
dependencies = [ | |
] | |
[dependency-groups] | |
dev = [ | |
"ipykernel==6.23.3", | |
"ipython>=8.12,<8.13", | |
"ipywidgets", | |
] | |
[build-system] | |
requires = ["hatchling"] | |
build-backend = "hatchling.build" | |
[tool.hatch.build.targets.wheel] | |
packages = ["src/example_pkg"] |