From 7ceeb11b426c90753ef2311db4c260f63dc772b6 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 30 Sep 2025 21:40:18 +0200 Subject: [PATCH] Add uv skeleton --- .gitattributes | 2 ++ .python-version | 1 + pyproject.toml | 7 +++++++ 3 files changed, 10 insertions(+) create mode 100644 .python-version create mode 100644 pyproject.toml diff --git a/.gitattributes b/.gitattributes index fcc1ee8..8af5eac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ CHANGELOG.md annex.largefiles=nothing README.md annex.largefiles=nothing justfile annex.largefiles=nothing +.python-version annex.largefiles=nothing +pyproject.toml annex.largefiles=nothing diff --git a/.python-version b/.python-version new file mode 100644 index 0000000..e4fba21 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.12 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..5fc79f2 --- /dev/null +++ b/pyproject.toml @@ -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 = []