forked from NicholasDawson/ArchiverForGooglePhotos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
34 lines (32 loc) · 826 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[build-system]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "ArchiverForGooglePhotos"
description = "Google Photos Archiver"
#dynamic = ["version"]
version = "2.2.0"
dependencies = [
"black"
,"colorama"
,"cx-freeze"
,"google-api-python-client"
,"google-auth-httplib2"
,"google-auth-oauthlib"
,"isort"
,"piexif"
,"pillow"
,"requests"
,"sanitize-filename"
,"tqdm"
]
requires-python = ">=3.9"
authors = [
{name = "Nicholas Dawson", email = "[email protected]"},
]
readme = "README.md"
license = {file = "LICENSE"}
[project.urls]
Homepage = "https://github.com/NicholasDawson/ArchiverForGooglePhotos"
Repository = "https://github.com/NicholasDawson/ArchiverForGooglePhotos.git"
Issues = "https://github.com/NicholasDawson/ArchiverForGooglePhotos/issues"