feat: add project metadata and pinned dependencies

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 08:54:46 -06:00
parent 3f7ce965e1
commit 4afc7c35a6
2 changed files with 22 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "sneakyswole"
version = "0.1.0"
description = "Open-source workout tracking and programming app"
requires-python = ">=3.12"
[build-system]
requires = ["setuptools>=75.0"]
build-backend = "setuptools.backends._legacy:_Backend"