diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2013-07-08 14:13:39 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-07-08 14:13:39 -0500 |
commit | 019a861dd9866c831b3fa0e1b0825c52a67f09d8 (patch) | |
tree | 4be72ff63490bf656305376f888853bd9c17aeb0 /python/pysetuptools/README | |
parent | e2715ea258645e2cf19ee6805adaf79c300b68d2 (diff) | |
download | slackbuilds-019a861dd9866c831b3fa0e1b0825c52a67f09d8.tar.gz |
python/pysetuptools: Updated for version 0.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/pysetuptools/README')
-rw-r--r-- | python/pysetuptools/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/pysetuptools/README b/python/pysetuptools/README index e22d94d54c..a828429a2a 100644 --- a/python/pysetuptools/README +++ b/python/pysetuptools/README @@ -6,11 +6,3 @@ names are not modified in any way. setuptools allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. - -Packages built and distributed using setuptools look to the user like ordinary -Python packages based on the distutils. Your users don't need to install or -even know about setuptools in order to use them, and you don't have to include -the entire setuptools package in your distributions. By including just a single -bootstrap module (an 8K .py file), your package will automatically download and -install setuptools if the user is building your package from source and doesn't -have a suitable version already installed. |