Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 8, 2023
1 parent bf93c2f commit 4d47d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file modified pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
[tool.cibuildwheel]
before-build = """
pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd
pip install cython
python build_tools/build.py
"""

[project]
requires-python = ">=3.6"

[build-system]
requires = ["setuptools>=42", "wheel", "psutil", "cython"]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

0 comments on commit 4d47d9a

Please sign in to comment.