Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > b4ba25b1662b7b825c5f34995af05e0b > files > 190

python3-setuptools-1.3-1.1.mga4.noarch.rpm

================================
Using Setuptools in your project
================================

To use Setuptools in your project, the recommended way is to ship
`ez_setup.py` alongside your `setup.py` script and call
it at the very beginning of `setup.py` like this::

    from ez_setup import use_setuptools
    use_setuptools()