Flake8 clean

This commit is contained in:
medmunds
2017-04-16 11:43:13 -07:00
parent 853a7cd31d
commit 8bdc67939a
15 changed files with 58 additions and 57 deletions

View File

@@ -20,9 +20,11 @@ def long_description_from_readme(rst):
release, rst) # (?<=...) is "positive lookbehind": must be there, but won't get replaced
return rst
with open('README.rst') as f:
long_description = long_description_from_readme(f.read())
setup(
name="django-anymail",
version=__version__,