Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74dd2b0

Browse files
committedJun 21, 2017
PKG: Added pyproject.toml for PEP 518
Declaring build-time requirements: https://www.python.org/dev/peps/pep-0518/
1 parent 52eda7b commit 74dd2b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎doc/source/whatsnew/v0.20.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We recommend that all users upgrade to this version.
1717
Enhancements
1818
~~~~~~~~~~~~
1919

20-
20+
- Added support for `PEP 518 <https://www.python.org/dev/peps/pep-0518/>`_ to the build system (:issue:`16745`)
2121

2222

2323

‎pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = [ "numpy>=1.7.0", "cython>=0.23", "setuptools", "wheel"]

0 commit comments

Comments
 (0)
Please sign in to comment.