Skip to content

Commit

Permalink
Explain why we didn't use setup.cfg (python#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Jun 2, 2018
1 parent 700b1c6 commit da09c92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pep-0518.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,17 @@ An example Python literal file for the proposed data would be::
}


Sticking with ``setup.cfg``
---------------------------

There are two issues with ``setup.cfg`` used by setuptools as a general
format. One is that they are ``.ini`` files which have issues as mentioned
in the configparser_ discussion above. The other is that the schema for
that file has never been rigourlessly defined and thus it's unknown which
format would be safe to use going forward without potentially confusing
setuptools installations.



Other file names
----------------
Expand Down

0 comments on commit da09c92

Please sign in to comment.