Make most of the code pep8-compliant

Thanks a lot to github.com/SamuelMarks for his nice work
This commit is contained in:
2014-06-22 01:59:01 +02:00
parent da0a8feadd
commit f01efb7334
4 changed files with 348 additions and 316 deletions

View File

@@ -1,7 +1,8 @@
from setuptools import setup, find_packages
package_name = 'morss'
setup( name=package_name,
setup(
name=package_name,
description='Get full-text RSS feeds',
author='pictuga',
author_email='contact at author name dot com',