From 2833cdcce09e10448c5a7846a58bdc22f0021b93 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 24 Nov 2013 16:02:08 -0500 Subject: Remove feature highlight that's no longer relevant. --- docs/setuptools.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/setuptools.txt') 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 `_ - 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 -- cgit v1.2.3