mirror of
https://github.com/Xevion/phototag.git
synced 2025-12-07 11:15:50 -06:00
reformat and reorganize documentation and code more, slight edits to logging messages, add configuration defaults for image_count/buffer_size/single_override
This commit is contained in:
11
setup.py
11
setup.py
@@ -1,13 +1,18 @@
|
||||
import sys
|
||||
"""
|
||||
setup.py
|
||||
|
||||
The installation script responsible for setting up the CLI program on the user's system.
|
||||
"""
|
||||
|
||||
import os
|
||||
import io
|
||||
import sys
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
DEPENDENCIES = [
|
||||
"Click",
|
||||
"rawpy",
|
||||
"imageio",
|
||||
"progressbar2",
|
||||
"iptcinfo3",
|
||||
"google-api-python-client",
|
||||
"google-cloud",
|
||||
|
||||
Reference in New Issue
Block a user