mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #888 from dominiqueplante/pep8-setup
adhere to PEP8 coding standards
This commit is contained in:
commit
ee752d9b66
1 changed files with 3 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
requires = ['feedgenerator>=1.5', 'jinja2 >= 2.6', 'pygments', 'docutils', 'pytz',
|
requires = ['feedgenerator>=1.5', 'jinja2 >= 2.6', 'pygments', 'docutils',
|
||||||
'blinker', 'unidecode', 'six']
|
'pytz', 'blinker', 'unidecode', 'six']
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import argparse # NOQA
|
import argparse # NOQA
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue