File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
1111This is a list of currently active interoperability specifications maintained
1212by the Python Packaging Authority.
@@ -71,6 +71,13 @@ component is defined in :pep:`508`.
7171The environment markers section in this PEP supersedes the environment markers
7272section 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+ 
7481Source Distribution Format
7582========================== 
7683
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments