Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Apr 11, 2013
1 parent 6f9072b commit e6073a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
import os
from setuptools import setup, find_packages


def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()


def alltests():
import os
import sys
Expand All @@ -49,7 +51,7 @@ def alltests():
read('README.txt')
+ '\n\n' +
read('CHANGES.txt')
),
),
keywords = "zope template xml tales",
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit e6073a1

Please sign in to comment.