Add uv skeleton
This commit is contained in:
parent
42e706080a
commit
7ceeb11b42
3 changed files with 10 additions and 0 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.python-version
Normal file
1
.python-version
Normal file
|
|
@ -0,0 +1 @@
|
|||
3.12
|
||||
7
pyproject.toml
Normal file
7
pyproject.toml
Normal 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 = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue