diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-09 08:16:33 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-12-09 08:53:50 -0500 |
commit | f14930e66601b462699c44384c482cd966f53b8f (patch) | |
tree | bea29134419118c1bcb95ca589da5a8e2372e089 /docs/formats.txt | |
parent | ac9997648d89131412eacbb198e2d3a7c97f69e4 (diff) | |
download | external_python_setuptools-f14930e66601b462699c44384c482cd966f53b8f.tar.gz external_python_setuptools-f14930e66601b462699c44384c482cd966f53b8f.tar.bz2 external_python_setuptools-f14930e66601b462699c44384c482cd966f53b8f.zip |
Drop support for Python 2.6, removing lots of compatibility code for a leaner, cleaner codebase. Fixes #878.
Diffstat (limited to 'docs/formats.txt')
-rw-r--r-- | docs/formats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/formats.txt b/docs/formats.txt index 9e6fe727..a182eb99 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -110,7 +110,7 @@ the need to create a directory just to store one file. This option is other metadata. (In fact, setuptools itself never generates ``.egg-info`` files, either; the support for using files was added so that the requirement could easily be satisfied by other tools, such -as the distutils in Python 2.5). +as distutils). In addition to the ``PKG-INFO`` file, an egg's metadata directory may also include files and directories representing various forms of |