summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-09-06 02:03:59 +0000
committerChris McDonough <chrism@agendaless.com>2008-09-06 02:03:59 +0000
commit611ce202037406ad01af8ab55d225ed77cc5b5d0 (patch)
tree881623fcca4fd2df607b2611414fa1b9034843cf /setup.py
parent34b47734dfe9c5788f2d083f047d5138d02643b6 (diff)
downloadpyramid-611ce202037406ad01af8ab55d225ed77cc5b5d0.tar.gz
pyramid-611ce202037406ad01af8ab55d225ed77cc5b5d0.tar.bz2
pyramid-611ce202037406ad01af8ab55d225ed77cc5b5d0.zip
Shut buildout up.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b4137888b..6f9df10b2 100644
--- a/setup.py
+++ b/setup.py
@@ -57,6 +57,7 @@ setup(name='repoze.bfg',
'PasteScript',
'z3c.pt [lxml]',
'Routes',
+ 'setuptools',
],
tests_require=[
'zope.interface',