Commit e4f488c6 by Chris Jerdonek

Removed from setup.py's package_data some unnecessary files.

parent 27a600e0
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment