-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
executable file
·85 lines (78 loc) · 1.77 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# pyup: ignore file
[metadata]
version = 0.0.1
author = Maintainers
author_email = [email protected]
long_description = file: README.rst, CHANGELOG.rst
url = https://www.solutionsbrewer.com/samtec/tigrRprtSS
license = MIT
platforms =
Linux
Windows
Darwin
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Utilities
[options]
install_requires =
backoff
click
defusedxml;platform_system=="Windows"
futures;python_version<"3"
six;platform_system=="Linux" and python_version>"3.3"
pypiwin32;platform_system=="Windows"
wheel<=0.29.0;python_version<"2.7"
packages = find:
include_package_data = True
[options.entry_points]
console_scripts =
<[name]> = <[name]>.<[module]>:main
[options.packages.find]
where = src
[bdist_wheel]
universal = 1
[flake8]
exclude =
.tox,
.git,
__pycache__,
.eggs,
*.egg,
build,
dist,
htmlcov,
*/static/salt/formulas/*
ignore = FI15,FI16,FI17,FI5,D107
[tool:pytest]
mock_use_standalone_module = true
norecursedirs =
.git
.tox
.env
__pycache__
dist
build
htmlcov
collect_ignore =
hook-*.py
python_files =
test_*.py
*_test.py
tests.py
addopts =
-rxEfsw
--strict
--doctest-modules
--doctest-glob=\*.md
--tb=short