Mercurial > urwid-satext
comparison setup.py @ 83:12b5b1435e17
updated old distribute_setup.py to new setuptools' ez_setup.py
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Sep 2014 17:42:07 +0200 |
parents | e497bf7e3060 |
children | 4629924c136f |
comparison
equal
deleted
inserted
replaced
82:c456beff1779 | 83:12b5b1435e17 |
---|---|
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 # -*- coding: utf-8 -*- | 2 # -*- coding: utf-8 -*- |
3 | 3 |
4 from distribute_setup import use_setuptools | 4 from ez_setup import use_setuptools |
5 use_setuptools() | 5 use_setuptools() |
6 | 6 |
7 from setuptools import setup | 7 from setuptools import setup |
8 import sys | 8 import sys |
9 from os import path | 9 from os import path |