forked from gabrielfalcao/sure
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
37 lines (35 loc) · 1.07 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
[metadata]
name = surer
version = attr: sure.version.version
long_description = file:README.rst
long_description_content_type = text/markdown
author = Gabriel Falcao
author_email = "gabriel@nacaolivre.org"
maintainer = Bert Blommers
url = https://github.com/getmoto/surer
license = Apache License 2.0
test_suite = tests
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
License :: OSI Approved :: Apache Software License
Topic :: Software Development :: Testing
keywords = test assertions fluent
project_urls =
Documentation = https://surer.readthedocs.io/en/latest/
Issue tracker = https://github.com/getmoto/surer/issues
[options]
python_requires = >=3.6
install_requires =
[tool:pytest]
log_auto_indent = True
addopts = --capture=no -vv --cov=sure
testpaths =
tests
filterwarnings =
ignore::DeprecationWarning