comparison setup.py @ 1155:a1d47760df3f

misc (install): updated old distribute_setup.py to new setuptools' ez_setup.py
author Goffi <goffi@goffi.org>
date Wed, 03 Sep 2014 17:44:19 +0200
parents 6365e6826831
children cc022c1cc09f
comparison
equal deleted inserted replaced
1154:6365e6826831 1155:a1d47760df3f
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