diff setup.py @ 138:f1624c1fb0e6

install: removed deprecated ez_setup.py
author Goffi <goffi@goffi.org>
date Wed, 24 Jul 2019 20:20:05 +0200
parents 78126ba2a04c
children 810f92c7de88
line wrap: on
line diff
--- a/setup.py	Wed Feb 06 08:49:59 2019 +0100
+++ b/setup.py	Wed Jul 24 20:20:05 2019 +0200
@@ -1,10 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-from ez_setup import use_setuptools
-
-use_setuptools()
-
 from setuptools import setup
 from glob import glob