-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (37 loc) · 914 Bytes
/
setup.cfg
File metadata and controls
40 lines (37 loc) · 914 Bytes
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
35
36
37
38
39
40
[metadata]
name = picflow
version = 0.1.4
description = CLI tool for image processing and uploading to cloud storage.
author = luhuadong
author_email = [email protected]
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/luhuadong/picflow
project_urls =
Bug Tracker = https://github.com/luhuadong/picflow/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir = =src
packages = find:
python_requires = >=3.8
install_requires =
click >=8.1.0
pyyaml >=6.0
requests >=2.28.0
qiniu >=7.4.0
python-dotenv >=0.21.0
qrcode >=7.4.2
pillow >=9.0.0
exifread >=3.0.0
[options.packages.find]
where = src
exclude =
tests
examples
[options.entry_points]
console_scripts =
picflow = picflow.cli:cli