ez_setup
Problem: setup.py of several Python projects blindly import the setuptools bootstrap module ez_setup.py without realizing that it is usually not installed in the user’s machine. This causes much trouble.
Workaround: Include ez_setup.py (and distribute_setup.py) as a installable Python package so users can do easy_install ez_setup troublesome_package as a workaround.
Note: The ez_setup.py file being distributed is simply a copy of distribute_setup.py from the Distribute project (a setuptools fork); this is to remain compatible with several Python distributors opting to use Distribute instead of Setuptools – examples: Debian, ActiveState, and so on.
Credits
News
0.9
Release date: 11-Nov-2010
Initial release
Release files for ez_setup 0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ez_setup-0.9.tar.gz | 6.6 kB | Details |
Release files / ez_setup-0.9.tar.gz
| Download URL | ez_setup-0.9.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
303c5b17d552d1e3fb0505d80549f8579f557e13d8dc90e5ecef3c07d7f58642
|
|
BLAKE2b-256 checksum How to use checksums |
ba2c743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |