Skip to content

Commit 6988e48

Browse files
committed
chore: update pyproject.toml and add uv.lock for dependency management
1 parent d7fdf6d commit 6988e48

2 files changed

Lines changed: 226 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1+
[project]
2+
name = "Familiada"
3+
version = "1.1.1"
4+
description = "Tkinter legacy release of the Familiada game."
5+
readme = "README.md"
6+
requires-python = "==3.13.*"
7+
dependencies = [
8+
"pygame>=2.6.1",
9+
"setuptools[core]>=82.0.1",
10+
]
11+
112
[tool.black]
2-
line-length = 200
13+
line-length = 200

uv.lock

Lines changed: 214 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)