mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Flake8 clean
This commit is contained in:
2
setup.py
2
setup.py
@@ -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__,
|
||||
|
||||
Reference in New Issue
Block a user