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