forked from getslash/slash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (42 loc) · 922 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
[metadata]
name = slash
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
summary = A Modern Testing Framework for Large-scale Projects
description-file =
README.md
description-content-type = text/markdown
license = BSD
author = Rotem Yaari
author_email = [email protected]
url = http://getslash.github.io/
[files]
package_data =
slash.plugins.builtin =
email_template.j2
[entry_points]
console_scripts =
slash = slash.frontend.main:main_entry_point
[extras]
testing =
coverage
coveralls
munch
pytest
pytest-cov
pytest-timeout
pyforge
astroid~=2.11.7
pylint~=2.14.4
doc =
alabaster
docutils
releases~=1.6.1
Sphinx
[tool:pytest]
testpaths = tests
timeout_method = signal
addopts = -ra -W error::DeprecationWarning