From e4f488c6ed0e65a20f07f0d6d4ce10875398557b Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 21 Apr 2012 11:57:40 -0700 Subject: Removed from setup.py's package_data some unnecessary files. --- setup.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fc96e1f..bb229f5 100644 --- a/setup.py +++ b/setup.py @@ -183,15 +183,7 @@ def main(sys_argv): install_requires=INSTALL_REQUIRES, packages=PACKAGES, package_data = { - # Include the README so doctests can be run. - # TODO: is there a better way to include the README? - '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, 'pystache.tests.data.locator': template_files, 'pystache.tests.examples': template_files, -- cgit v1.2.1