-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
32 lines (27 loc) · 799 Bytes
/
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
[metadata]
name = apng
version = 0.3.3
description = A Python module to deal with APNG file.
author = eight
author_email = [email protected]
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: Chinese (Traditional)
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Multimedia :: Graphics :: Graphics Conversion
keywords = png, apng, image, convert
license = MIT
long_description = file: README.rst
url = https://github.com/eight04/pyAPNG
[options]
zip_safe = True
packages = find:
[bdist_wheel]
universal = True
[vpip]
command_fallback = python cute.py