Add pyproject.toml

This commit is contained in:
2026-01-24 13:36:21 -06:00
parent 84adf1dd89
commit ca9af423db
2 changed files with 15 additions and 0 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "alttpr-apr-2025"
version = "1.1"
description = "April Fools 2025 Festive Randomizer"
readme = "README.md"
requires-python = ">=3.7"
dependencies = []

8
uv.lock generated Normal file
View File

@@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.7"
[[package]]
name = "alttpr-apr-2025"
version = "1.1"
source = { virtual = "." }