aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-05-26 19:21:23 -0400
committerMike Crute <mcrute@gmail.com>2010-05-26 19:21:23 -0400
commit4fa9ec2ff7f75a64e37aff7cd61b707c2585654b (patch)
tree2142497f4cb1d3b2a7200cce9fb5f75120ce0b02
parent3332a4da8d3ebfbda6dca7934d01061c0132a039 (diff)
downloadchishop-4fa9ec2ff7f75a64e37aff7cd61b707c2585654b.tar.bz2
chishop-4fa9ec2ff7f75a64e37aff7cd61b707c2585654b.tar.xz
chishop-4fa9ec2ff7f75a64e37aff7cd61b707c2585654b.zip
Ensuring that package data gets included.
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 626484e..d85e423 100755
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setup(
39 author='Ask Solem', 39 author='Ask Solem',
40 author_email='askh@opera.com', 40 author_email='askh@opera.com',
41 url="http://ask.github.com/chishop", 41 url="http://ask.github.com/chishop",
42 include_package_data=True,
42 install_requires=[ 43 install_requires=[
43 'django>=1.0', 44 'django>=1.0',
44 'docutils', 45 'docutils',