summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index a91e87131..9e4f87e97 100644
--- a/setup.py
+++ b/setup.py
@@ -15,8 +15,8 @@
# You should have received a copy of the GNU General Public License along with
# GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
-import ez_setup
-ez_setup.use_setuptools()
+from distribute_setup import use_setuptools
+use_setuptools()
import os
import re
@@ -107,9 +107,6 @@ case second `m'. Any other spelling is incorrect.""",
'zope.interface',
'zope.schema',
],
- setup_requires = [
- 'setuptools_bzr',
- ],
extras_require=dict(
docs=['Sphinx', 'z3c.recipe.sphinxdoc'],
)