diff --git a/pyproject.toml b/pyproject.toml index 4dd443f..c6e0c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ optional-dependencies.all = [ "pytest>=8.4", "tensorflow>=2.17,<=2.20", "torch>= optional-dependencies.tensorflow = [ "tensorflow>=2.17,<=2.20" ] optional-dependencies.test = [ "pytest>=8.4" ] optional-dependencies.torch = [ "torch>=2.1" ] -urls.repository = "https://github.com/nroope/PQuant" +urls.repository = "https://github.com/nroope/PQuantML" [tool.setuptools] packages = [ "pquant" ]