Skip to content

Commit

Permalink
Fix pyproject (#2554)
Browse files Browse the repository at this point in the history
Summary:
fix #2548

Pull Request resolved: #2554

Reviewed By: xuzhao9

Differential Revision: D66792753

Pulled By: FindHao

fbshipit-source-id: 201539b2711692fa4057045999c62934100ff242
  • Loading branch information
FindHao authored and facebook-github-bot committed Dec 5, 2024
1 parent 40f68c5 commit 7340ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[build-system]
requires = ["setuptools", "wheel"]
# Use legacy backend to import local packages in setup.py
build-backend = "setuptools.build_meta:__legacy__"

Expand Down

0 comments on commit 7340ede

Please sign in to comment.