diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 16:02:08 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-24 16:02:08 -0500 |
commit | 2833cdcce09e10448c5a7846a58bdc22f0021b93 (patch) | |
tree | 9fda6fb6b8b09465ec66abb282ebf1d1b2ae1c87 | |
parent | 4d327300b0139f159d1c24cd076572a99fd55b50 (diff) | |
download | external_python_setuptools-2833cdcce09e10448c5a7846a58bdc22f0021b93.tar.gz external_python_setuptools-2833cdcce09e10448c5a7846a58bdc22f0021b93.tar.bz2 external_python_setuptools-2833cdcce09e10448c5a7846a58bdc22f0021b93.zip |
Remove feature highlight that's no longer relevant.
-rw-r--r-- | docs/setuptools.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index fd10d3d1..d48ad34f 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -28,10 +28,7 @@ Feature Highlights: * Create `Python Eggs <http://peak.telecommunity.com/DevCenter/PythonEggs>`_ - a single-file importable distribution format -* Include data files inside your package directories, where your code can - actually use them. (Python 2.4 distutils also supports this feature, but - setuptools provides the feature for Python 2.3 packages also, and supports - accessing data files in zipped packages too.) +* Enhanced support for accessing data files hosted in zipped packages. * Automatically include all packages in your source tree, without listing them individually in setup.py |