aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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',