From bbc22097969877805aa46fec070765567f7f3016 Mon Sep 17 00:00:00 2001 From: d60 Date: Fri, 7 Feb 2025 00:27:19 +0900 Subject: [PATCH] Fixed setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f76c23d7..2559c122 100644 --- a/setup.py +++ b/setup.py @@ -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'