Skip to content

Commit 75427ae

Browse files
authored
Add PEP 518
While not yet implemented in pip, the base pyproject.toml format definition has been accepted.
1 parent cca43f2 commit 75427ae

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/specifications.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyPA Specifications
66
===================
77

88
:Page Status: Complete
9-
:Last Reviewed: 2016-01-22
9+
:Last Reviewed: 2017-02-06
1010

1111
This is a list of currently active interoperability specifications maintained
1212
by the Python Packaging Authority.
@@ -71,6 +71,13 @@ component is defined in :pep:`508`.
7171
The environment markers section in this PEP supersedes the environment markers
7272
section in :pep:`345`.
7373

74+
Declaring Build System Dependencies
75+
===================================
76+
77+
`pyproject.toml` is a build system independent file format defined in :pep:`518`
78+
that projects may provide in order to declare any Python level dependencies that
79+
must be installed in order to run the project's build system successfully.
80+
7481
Source Distribution Format
7582
==========================
7683

0 commit comments

Comments
 (0)