summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-10-04 18:59:59 +0000
committerianb <devnull@localhost>2005-10-04 18:59:59 +0000
commit65b5b5de85b2afb7d792608fa2be915d16f4170c (patch)
treedbd390af7b7fd8d79d132e146d25f6f7985b01d6 /setup.py
parent5d3719a2929012c8eab1827fc14dcd4a17bae6bd (diff)
downloadpastedeploy-65b5b5de85b2afb7d792608fa2be915d16f4170c.tar.gz
Copy the one bit of code we share with Paste core over (or should it use svn:externals?)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dd1e5bd..9bd9f8d 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ files.
},
zip_safe=False,
extras_require={
- 'Config': ['Paste'],
+ 'Config': [],
'Paste': ['Paste'],
},
entry_points="""