Commit 2b49035c authored by Jim Fulton's avatar Jim Fulton

Removed an uneeded dependency link.

parent 067d194d
......@@ -22,6 +22,6 @@ setup(
test_suite = name+'.tests.test_suite',
entry_points = {'console_scripts':
['buildout = %s.buildout:main' % name]},
dependency_links = ['http://download.zope.org/distribution/'],
# dependency_links = ['http://download.zope.org/distribution/'],
zip_safe=False,
)
......@@ -23,5 +23,4 @@ setup(
'custom = %s:Custom' % name,
]
},
dependency_links = ['http://download.zope.org/distribution/'],
)
......@@ -21,5 +21,4 @@ setup(
],
test_suite = name+'.tests.test_suite',
entry_points = {'zc.buildout': ['default = %s:TestRunner' % name]},
dependency_links = ['http://download.zope.org/distribution/'],
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment