1
0
Эх сурвалжийг харах

Add pyproject.toml to comply with PEP-518 (#1292)

Summary:
Adds pyproject.toml to comply with PEP-518, which fixes the building of the library by poetry - See https://github.com/python-poetry/poetry/issues/6113 . This is a copy of https://github.com/facebookresearch/fastText/pull/1270 , but I have signed the CLA.

Pull Request resolved: https://github.com/facebookresearch/fastText/pull/1292

Differential Revision: D51601444

Pulled By: alexkosau

fbshipit-source-id: 357d702281ca3519c3640483eba04d124d0744b4
Chris Culhane 2 жил өмнө
parent
commit
de458ddea4
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      pyproject.toml

+ 2 - 0
pyproject.toml

@@ -0,0 +1,2 @@
+[build-system]
+requires = ["setuptools", "wheel", "pybind11"]