Initial Commit
This commit is contained in:
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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"}
|
||||
]
|
||||
Reference in New Issue
Block a user