summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-01-10 14:19:48 -0800
committerDavid Lord <davidism@gmail.com>2020-01-10 15:30:16 -0800
commit1167525b73863119f8bbec03ddb9d35eacff4bef (patch)
tree6e49647d2c9ae2d1df6e2991da8afab75548df16 /setup.cfg
parenteac9acb7aeabf6f3e0ed4cb876e200e5e72d0d0e (diff)
downloadjinja2-1167525b73863119f8bbec03ddb9d35eacff4bef.tar.gz
rename imports to jinja
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 efa15ca..3769e6b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,19 +8,19 @@ universal = true
testpaths = tests
filterwarnings =
error
- ignore:the sets module:DeprecationWarning:jinja2.sandbox
+ ignore:the sets module:DeprecationWarning:jinja.sandbox
[coverage:run]
branch = True
source =
- jinja2
+ jinja
tests
[coverage:paths]
source =
- src/jinja2
- .tox/*/lib/python*/site-packages/jinja2
- .tox/*/site-packages/jinja2
+ src/jinja
+ .tox/*/lib/python*/site-packages/jinja
+ .tox/*/site-packages/jinja
[flake8]
# B = bugbear
@@ -42,4 +42,4 @@ ignore =
max-line-length = 80
per-file-ignores =
# __init__ module exports names
- src/jinja2/__init__.py: F401
+ src/jinja/__init__.py: F401