Testing base

This commit is contained in:
2026-06-22 17:58:15 -04:00
parent 14960202a3
commit ea25492c63
4 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@@ -12,3 +12,4 @@ wheels/
# CUSTOM STUFF # CUSTOM STUFF
untitled/saves untitled/saves
.ruff_cache .ruff_cache
.pytest_cache

View File

@@ -17,3 +17,10 @@ target-version = "py313"
[tool.ruff.lint] [tool.ruff.lint]
extend-select = ["E", "F", "I", "UP", "B", "SIM"] extend-select = ["E", "F", "I", "UP", "B", "SIM"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["untitled"]

View File

@@ -0,0 +1 @@
from untitled import model, persistence

2
uv.lock generated
View File

@@ -91,7 +91,7 @@ wheels = [
[[package]] [[package]]
name = "untitled-cat-game" name = "untitled-cat-game"
version = "0.1.0" version = "0.1.0"
source = { virtual = "." } source = { editable = "." }
[package.dev-dependencies] [package.dev-dependencies]
dev = [ dev = [