Add uv skeleton

This commit is contained in:
Marty Oehme 2025-09-30 21:40:18 +02:00
parent 42e706080a
commit 7ceeb11b42
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 10 additions and 0 deletions

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[project]
name = "popcorn-dataset"
version = "0.1.0"
description = "A full CSV representation of the Voidlinux popcorn data"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []