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 | 10f5a194ecc7ce908085bb18c2a0dc593be27b29 (patch) | |
| tree | 79f80910d992b1947f0a7dd15a8054cb336dd515 /docs/setuptools.txt | |
| parent | a5c4d29eb1c2d81b3578c82c9d26a9e603842f3d (diff) | |
| download | python-setuptools-bitbucket-10f5a194ecc7ce908085bb18c2a0dc593be27b29.tar.gz | |
Remove feature highlight that's no longer relevant.
Diffstat (limited to 'docs/setuptools.txt')
| -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 |
