From b28648366233d1ad07221c1d25d10f8d708a0d0c Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Mon, 9 Apr 2012 03:06:00 -0700 Subject: Setup.py formatting. --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 574acdc..42637c7 100644 --- a/setup.py +++ b/setup.py @@ -102,10 +102,11 @@ setup(name='pystache', package_data = { # Include the README so doctests can be run. # TODO: is there a better way to include the README? - # TODO: experiment with the data_files keyword argument. - 'pystache': ['../README.rst', - '../ext/spec/specs/*.json', - '../ext/spec/specs/*.yml'], + 'pystache': [ + '../README.rst', + '../ext/spec/specs/*.json', + '../ext/spec/specs/*.yml', + ], # Include template files so tests can be run. 'examples': template_files, 'pystache.tests.data': template_files, -- cgit v1.2.1