Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
matsui528 committed Nov 2, 2023
1 parent 42d46fb commit 42b0fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ test:
clean:
rm -rf build tmp dist *.egg-info *.so .eggs

# build:
# python setup.py sdist


build:
pip install .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "pybind11"]
requires = ["setuptools>=42", "pybind11>=2.9"]
build-backend = "setuptools.build_meta"

0 comments on commit 42b0fe2

Please sign in to comment.