move package metadata to setup.cfg

This commit is contained in:
David Lord 2020-04-04 14:36:09 -07:00
parent 171aabc87d
commit 024f0d384c
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
14 changed files with 142 additions and 151 deletions

View file

@ -1,5 +1,5 @@
from jinja2 import escape
from jinja2 import Markup
from markupsafe import escape
from markupsafe import Markup
from werkzeug.exceptions import abort
from werkzeug.utils import redirect