Skip to content

Commit

Permalink
Add pyproject.toml to comply with PEP-518 (facebookresearch#1292)
Browse files Browse the repository at this point in the history
Summary:
Adds pyproject.toml to comply with PEP-518, which fixes the building of the library by poetry - See python-poetry/poetry#6113 . This is a copy of facebookresearch#1270 , but I have signed the CLA.

Pull Request resolved: facebookresearch#1292

Differential Revision: D51601444

Pulled By: alexkosau

fbshipit-source-id: 357d702281ca3519c3640483eba04d124d0744b4
  • Loading branch information
cfculhane authored and vstakhov committed Feb 19, 2024
1 parent 4ed40ff commit 42c560f
Showing 1 changed file with 2 additions and 0 deletions.
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"]

0 comments on commit 42c560f

Please sign in to comment.