Explain why we didn't use setup.cfg (#667)
This commit is contained in:
parent
700b1c6b0e
commit
da09c9243a
11
pep-0518.txt
11
pep-0518.txt
|
@ -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
|
||||
----------------
|
||||
|
|
Loading…
Reference in New Issue