-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (38 loc) · 860 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
[coverage:run]
branch = True
omit = setup.py
source = .
[flake8]
ignore = E203, E501, W503
max-line-length = 80
select = C,E,F,W,B,B950
[isort]
force_grid_wrap = 0
include_trailing_comma = True
known_django = django
line_length = 88
multi_line_output = 3
sections = FUTURE, STDLIB, DJANGO, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
use_parentheses = True
[tool:pytest]
norecursedirs = dist .eggs
python_files = test_*.py tests/*.py tests.py
addopts =
--cov
--no-cov-on-fail
[metadata]
author = Croud
author_email = tech@croud.co.uk
name = croud-client-credentials
version = 1.0
description = Client Credentials Grant Helpers
long_description = file: README.rst
url = https://github.com/CroudTech/v3-python-client-credentials
[options]
include_package_data = True
install_requires =
asgiref
cacheout
httpx
py_modules =
client_credentials