diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-25 15:49:59 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-01-25 15:49:59 -0500 |
commit | 992aa3dfba57de594544b8df6f8adb5e8d451ab2 (patch) | |
tree | ff8aa7bc91f9dd1a513025cc0d0b184d2c361080 /docs/formats.txt | |
parent | 2c897b5b877d401e13b661f2a0a14e99a1aabdc8 (diff) | |
parent | 9b777b7599c1379d06f6a250410adba2607bfc4f (diff) | |
download | external_python_setuptools-992aa3dfba57de594544b8df6f8adb5e8d451ab2.tar.gz external_python_setuptools-992aa3dfba57de594544b8df6f8adb5e8d451ab2.tar.bz2 external_python_setuptools-992aa3dfba57de594544b8df6f8adb5e8d451ab2.zip |
Merge branch 'master' into fix_889_and_non-ascii_in_setup.cfg_take_2
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 |