Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
d60 committed Feb 6, 2025
1 parent dc39ff4 commit bbc2209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


if version_info >= (3, 12, 0):
js2py_version = 'git+https://github.com/a-j-albert/Js2Py---supports-python-3.13.git'
js2py_version = 'js2py @ git+https://github.com/a-j-albert/Js2Py---supports-python-3.13.git'
else:
js2py_version = 'js2py'

Expand Down

0 comments on commit bbc2209

Please sign in to comment.