Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from auscompgeek/pep518
Browse files Browse the repository at this point in the history
Add pyproject.toml to specify pybind11 build dep
  • Loading branch information
virtuald committed Jun 19, 2018
2 parents d581adf + 43181e5 commit 22997d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include LICENSE
include pyproject.toml
include pathfinder/*.cpp
recursive-include pathfinder_src/Pathfinder-Core/src *.c
recursive-include pathfinder_src/Pathfinder-Core/include *.h
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 = ["setuptools", "wheel", "pybind11>=2.2"]

0 comments on commit 22997d2

Please sign in to comment.