Mercurial > hg > fetch
comparison setup.py @ 1:44cbfaefa85c
remove unnecessary deps
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 18 Sep 2011 10:35:30 -0700 |
parents | 3497a30190d2 |
children | 3fee8ecd1af8 |
comparison
equal
deleted
inserted
replaced
0:3497a30190d2 | 1:44cbfaefa85c |
---|---|
6 description = file(os.path.join(here, 'README.txt')).read() | 6 description = file(os.path.join(here, 'README.txt')).read() |
7 except IOError: | 7 except IOError: |
8 description = '' | 8 description = '' |
9 | 9 |
10 version = "0.0" | 10 version = "0.0" |
11 | 11 dependencies = [] |
12 dependencies = ['MakeItSo', 'webob'] | |
13 | 12 |
14 setup(name='fetch', | 13 setup(name='fetch', |
15 version=version, | 14 version=version, |
16 description="fetch stuff from the interwebs", | 15 description="fetch stuff from the interwebs", |
17 long_description=description, | 16 long_description=description, |