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

2
.gitattributes vendored
View file

@ -3,3 +3,5 @@
CHANGELOG.md annex.largefiles=nothing CHANGELOG.md annex.largefiles=nothing
README.md annex.largefiles=nothing README.md annex.largefiles=nothing
justfile annex.largefiles=nothing justfile annex.largefiles=nothing
.python-version annex.largefiles=nothing
pyproject.toml annex.largefiles=nothing

1
.python-version Normal file
View file

@ -0,0 +1 @@
3.12

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 = []