summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-16 20:46:18 -0500
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-16 20:46:18 -0500
commitdde0e8d1ab6d5e60ae3ea9acd1c9957e81f47fd6 (patch)
tree78df4602da7437c2d1929c72400bad147607baf4 /setup.py
parentf14f141d9ce4a14be98682bca0a42cbbe9175e01 (diff)
downloadpystache-dde0e8d1ab6d5e60ae3ea9acd1c9957e81f47fd6.tar.gz
Updated PACKAGES in setup.py to reflect the examples/ move.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 317d539..0caff83 100644
--- a/setup.py
+++ b/setup.py
@@ -162,7 +162,6 @@ PACKAGES = [
'pystache',
'pystache.commands',
# The following packages are only for testing.
- 'examples',
'pystache.tests',
'pystache.tests.data',
'pystache.tests.data.locator'