project updates

This commit is contained in:
John Lancaster
2024-11-18 19:00:46 -06:00
parent e6c2b2442e
commit d48c5c3620
3 changed files with 53 additions and 1 deletions

View File

@@ -14,4 +14,15 @@ dependencies = [
[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/youtube_gif"]