setup.cfg
1.5 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[metadata]
name = qrcode
version = 6.1
description = QR Code image generator
long_description = file: README.rst, CHANGES.rst
author = Lincoln Loop
author_email = info@lincolnloop.com
url = https://github.com/lincolnloop/python-qrcode
keywords = qr denso-wave IEC18004
license = BSD
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Multimedia :: Graphics
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
six
colorama;platform_system=="Windows"
[options.extras_require]
maintainer =
zest.releaser[recommended]
dev =
tox
pytest
mock;python_version<"3"
test =
pytest
pytest-cov
mock;python_version<"3"
pil =
pillow
[options.entry_points]
console-scripts =
qr = qrcode.console_scripts:main
[bdist_wheel]
universal = 1
[flake8]
exclude =
.tox
.git
__pycache__
build
dist
[coverage:run]
source = qrcode
[zest.releaser]
less-zeros = yes
version-levels = 2
tag-format = v{version}
tag-message = Version {version}
tag-signing = yes
date-format = %%-d %%B %%Y
prereleaser.middle =
qrcode.release.update_manpage
[tool:pytest]
filterwarnings = module
[egg_info]
tag_build =
tag_date = 0