Skip to content

Commit

Permalink
Fix for build and shebang change.
Browse files Browse the repository at this point in the history
  • Loading branch information
efocht committed Nov 16, 2023
1 parent aa5c1fa commit 49d5173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sdist rpm srpm upload: in_venv

else

veosinfo/_veosinfo.so: in_venv veosinfo/_veosinfo.pyx
veosinfo/_veosinfo.so: veosinfo/_veosinfo.pyx
python setup.py build_ext -i --use-cython

.PHONY: sdist upload
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build]
executable=/usr/bin/env python
executable=/usr/bin/env python3

[bdist_rpm]
release = 1
Expand Down

0 comments on commit 49d5173

Please sign in to comment.