11 lines
234 B
TOML
11 lines
234 B
TOML
[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"}
|
|
]
|