This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
48 lines (46 loc) · 1.51 KB
/
setup.cfg
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
41
42
43
44
45
46
47
48
[metadata]
name = py-sic
version = 0.3.0a1
url = https://github.com/ArvinZJC/PY-SIC
project_urls =
Homepage = https://github.com/ArvinZJC/PY-SIC
Documentation = https://github.com/ArvinZJC/PY-SIC
Changelog = https://github.com/ArvinZJC/PY-SIC/releases
Source = https://github.com/ArvinZJC/PY-SIC
Issue Tracker = https://github.com/ArvinZJC/PY-SIC/issues
author = Arvin Zhao
author_email = [email protected]
# "Trove classifiers" for PyPI (https://pypi.org/classifiers/).
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Multimedia :: Graphics :: Graphics Conversion
license = GPL-3.0 License
license_file = LICENSE
description = A simple image converter for Python.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = image-converter, pypi-package, python3
platforms = any
provides = pysic
[options]
setup_requires = setuptools >= 42
install_requires =
Pillow >= 8.4.0
tqdm >= 4.62.2
python_requires = >=3.6
packages = find:
package_dir =
= src
[options.packages.find]
where = src