-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
66 lines (32 loc) · 788 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
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
[metadata]
name = "snowflake_ice_pick"
long_description = file: README.md
long_description_content_type = text/x-md
projec_urls =
Source=https://github.com/pytest-dev/pytest
Tracker=https://github.com/pytest-dev/pytest/issues
[options]
package_dir=
=src
packages = find:
[options.packages.find]
where=src
[options.entry_points]
[options.extras_require]
[options.package_data]
[build_sphinx]
[check-manifest]
[devpi:upload]
formats = sdist.tgz,bdist_wheel
[mypy]
mypy_path = src
check_untyped_defs = True
disallow_any_generics = True
ignore_missing_imports = True
show_error_codes = True
strict_equality = True
warn_redundant_casts = True
warn_return_any = True
warn_unreachable = True
warn_unused_configs = True
no_implicit_reexport = True