summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorStephan Richter <srichter@cipherhealth.com>2013-02-20 22:12:57 -0500
committerStephan Richter <srichter@cipherhealth.com>2013-02-20 22:12:57 -0500
commit66264967c7eb7d9e42d98ad511ab0d60c3058bcf (patch)
tree25e321d658274aa9c7f1b0745b5d43b6511dbac3 /setup.py
parenteb431ef508d3c6ed42cc660f89cbd40bc4f81f4a (diff)
downloadzope-traversing-66264967c7eb7d9e42d98ad511ab0d60c3058bcf.tar.gz
Remove test dependency on zope.site. Added gitignore and removed a test
that did not test a single line in this package.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1cd78a2..d840b29 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,6 @@ setup(name='zope.traversing',
'zope.container',
'zope.pagetemplate',
'zope.security[zcml]>=3.8',
- 'zope.site',
'zope.testing',
]),
install_requires=[