Skip to content

Commit

Permalink
PKG: Added pyproject.toml for PEP 518
Browse files Browse the repository at this point in the history
Declaring build-time requirements: https://www.python.org/dev/peps/pep-0518/
  • Loading branch information
TomAugspurger committed Jun 21, 2017
1 parent 52eda7b commit 74dd2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.20.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We recommend that all users upgrade to this version.
Enhancements
~~~~~~~~~~~~


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



Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build-system]
requires = [ "numpy>=1.7.0", "cython>=0.23", "setuptools", "wheel"]

0 comments on commit 74dd2b0

Please sign in to comment.