comparison 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
comparison
equal deleted inserted replaced
137:d0ebc8b39871 138:f1624c1fb0e6
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*- 2 # -*- coding: utf-8 -*-
3
4 from ez_setup import use_setuptools
5
6 use_setuptools()
7 3
8 from setuptools import setup 4 from setuptools import setup
9 from glob import glob 5 from glob import glob
10 6
11 name = "urwid_satext" 7 name = "urwid_satext"