Skip to content

Commit

Permalink
Merge pull request #112 from micro-manager/swig-4-1-python
Browse files Browse the repository at this point in the history
Require SWIG 4.1 and use -python, not -py3
  • Loading branch information
marktsuchida authored Jan 24, 2024
2 parents d7150f9 + 132c158 commit dec0ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://peps.python.org/pep-0517/
[build-system]
requires = ["setuptools >=61.0.0", "swig >=4", "oldest-supported-numpy"]
requires = ["setuptools >=61.0.0", "swig >=4.1", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta"


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def run(self):
)],
swig_opts=[
"-c++",
"-py3",
"-python",
"-builtin",
"-I./mmCoreAndDevices/MMDevice",
"-I./mmCoreAndDevices/MMCore",
Expand Down

0 comments on commit dec0ccf

Please sign in to comment.