Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorCezary Krzyżanowski <cezary.krzyzanowski@gmail.com>2009-09-03 13:39:08 (GMT)
committer Cezary Krzyżanowski <cezary.krzyzanowski@gmail.com>2009-09-03 13:39:08 (GMT)
commit355679af54cadd7c0e50b3e0924480108f6a7399 (patch)
tree1f6267edba721eb248bc8cfe06294871aeda246c /setup.py
parent30e7d63225e6f4df9d5d7b355256eab0add5f06b (diff)
Setup typo
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d8e6419..58795c9 100755
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ config = dict(
platforms='any',
requires=['werkzeug (>=0.3)', 'mercurial (>=1.0)',
'pybonjour (>=1.1.1)'],
- setup_requires = ['pybonjour (>=1.1.1)'],
+ setup_requires = ['pybonjour'],
classifiers=[
'License :: OSI Approved :: GNU General Public License (GPL)',
'Intended Audience :: Developers',