aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-03-27 18:48:31 +0200
committervolpino <fox91@anche.no>2012-03-27 18:48:31 +0200
commitac6c57cb57aa92764bb7e5a07264f5a59a4c87ff (patch)
tree6e89ec3f3c71fb669fc11245b59e2ebed7f0c17c /setup.py
parentadding setuptools to setup.py (diff)
downloadeuscan-ac6c57cb57aa92764bb7e5a07264f5a59a4c87ff.tar.gz
euscan-ac6c57cb57aa92764bb7e5a07264f5a59a4c87ff.tar.bz2
euscan-ac6c57cb57aa92764bb7e5a07264f5a59a4c87ff.zip
adding django-annoying to requirements and deleting it from the codebase
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 67aa5c5..3b4eed5 100755
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,7 @@ setup(
'https://github.com/iksaif/euscan/tarball/' +
('master' if __version__ == '9999' else ('euscan-%s' % __version__))
),
+ install_requires=['django-annoying'],
package_dir={'': 'pym'},
packages=packages,
package_data={},