Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Add pyproject.toml to comply with PEP-518 (#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 #1270 , but I have signed the CLA.

Pull Request resolved: #1292

Differential Revision: D51601444

Pulled By: alexkosau

fbshipit-source-id: 357d702281ca3519c3640483eba04d124d0744b4
  • Loading branch information
cfculhane authored and facebook-github-bot committed Nov 27, 2023
1 parent 789e328 commit de458dd
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 de458dd

Please sign in to comment.