-
Notifications
You must be signed in to change notification settings - Fork 13
/
setup.cfg
61 lines (56 loc) · 1.4 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
49
50
51
52
53
54
55
56
57
58
59
60
61
[metadata]
name = mypy-zope
version = 1.0.10.dev0
author = Andrey Lebedev
author_email = andrey.lebedev@gmail.com
url = https://github.com/Shoobx/mypy-zope
long_description = file: README.md
long_description_content_type = text/markdown
description = Plugin for mypy to support zope interfaces
keywords = mypy, zope, interfaces, typing
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Topic :: Software Development
[options]
packages =
mypy_zope
zope-stubs
zope-stubs.schema
zope-stubs.interface
zope-stubs.interface.common
package_dir = =src
install_requires =
mypy>=1.0.0,<1.14.0
zope.interface
zope.schema
include_package_data = True
zip_safe = False
[options.extras_require]
test =
pytest>=4.6
pytest-cov
lxml
[zest.releaser]
create-wheel = yes
[flake8]
max-line-length = 88
ignore =
# Black creates whitespace before colon
E203
[check-manifest]
ignore =
mypy-zope.ini
mypy-zope
Makefile
tox.ini