From 1b3cd97c73db64910d219086aedea09a4d6784a4 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 2 Feb 2021 14:09:12 +0100 Subject: [PATCH] Remove no longer needed file. --- buildout.cfg | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 buildout.cfg diff --git a/buildout.cfg b/buildout.cfg deleted file mode 100644 index d5d4676..0000000 --- a/buildout.cfg +++ /dev/null @@ -1,24 +0,0 @@ -[buildout] -develop = . -parts = py test -versions = versions - -[test] -recipe = zc.recipe.testrunner -eggs = zc.sourcefactory [test] - -[py] -recipe = zc.recipe.egg -eggs = zc.sourcefactory [test] -interpreter = py - -[versions] -ZODB = >= 4.0.0dev -zope.container = >= 4.0.0a2 -zope.i18n = >= 4.0.0a3 -zope.intid = >= 4.0.0a1 -zope.keyreference = >= 4.0.0a1 -zope.publisher = >= 4.0.0a2 -zope.security = >= 4.0.0a3 -zope.site = >= 4.0.0a1 -zope.traversing = >= 4.0.0a2