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
|
||||
from setuptools import setup
|
||||
|
||||
requires = ['feedgenerator>=1.5', 'jinja2 >= 2.6', 'pygments', 'docutils', 'pytz',
|
||||
'blinker', 'unidecode', 'six']
|
||||
requires = ['feedgenerator>=1.5', 'jinja2 >= 2.6', 'pygments', 'docutils',
|
||||
'pytz', 'blinker', 'unidecode', 'six']
|
||||
|
||||
try:
|
||||
import argparse # NOQA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue