Skip to content

Commit

Permalink
Add a pyproject.toml for the Python bindings
Browse files Browse the repository at this point in the history
This is needed for modern Python building/packaging (ie, invoking
setup.py directly is now deprecated).
  • Loading branch information
swt2c committed Sep 13, 2023
1 parent aaf6290 commit 5762391
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libconcord/bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit 5762391

Please sign in to comment.