comparison setup.py @ 560:77bf2654ca0a

installation: replaced the deprecated distribute_setup.py by ez_setup.py
author Goffi <goffi@goffi.org>
date Fri, 03 Oct 2014 16:18:56 +0200
parents 9b217e14fc6a
children d888bb2a23a9
comparison
equal deleted inserted replaced
559:77372641e05d 560:77bf2654ca0a
16 # GNU Affero General Public License for more details. 16 # GNU Affero General Public License for more details.
17 17
18 # You should have received a copy of the GNU Affero General Public License 18 # You should have received a copy of the GNU Affero General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>. 19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20 20
21 from distribute_setup import use_setuptools 21 from ez_setup import use_setuptools
22 use_setuptools() 22 use_setuptools()
23 from setuptools.command.install import install 23 from setuptools.command.install import install
24 from setuptools import setup 24 from setuptools import setup
25 from distutils.file_util import copy_file 25 from distutils.file_util import copy_file
26 import os 26 import os