Initial Commit

This commit is contained in:
Cutieguwu
2025-06-28 14:20:21 -04:00
parent 98470217b4
commit 51d08f8558
3 changed files with 118 additions and 1 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "digital_photo_frame"
version = "0.0.1"
dependencies = [
"pygame>=1.0.0; os_name == 'Linux'"
"pygame>=2.0.0; os_name != 'Linux'"
]
authors = [
{name = "Olivia Brooks", email = "owen.brooks77@gmail.com"}
]