summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 3769e6b..efa15ca 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,19 +8,19 @@ universal = true
testpaths = tests
filterwarnings =
error
- ignore:the sets module:DeprecationWarning:jinja.sandbox
+ ignore:the sets module:DeprecationWarning:jinja2.sandbox
[coverage:run]
branch = True
source =
- jinja
+ jinja2
tests
[coverage:paths]
source =
- src/jinja
- .tox/*/lib/python*/site-packages/jinja
- .tox/*/site-packages/jinja
+ src/jinja2
+ .tox/*/lib/python*/site-packages/jinja2
+ .tox/*/site-packages/jinja2
[flake8]
# B = bugbear
@@ -42,4 +42,4 @@ ignore =
max-line-length = 80
per-file-ignores =
# __init__ module exports names
- src/jinja/__init__.py: F401
+ src/jinja2/__init__.py: F401