Skip to content
Snippets Groups Projects
Commit 12f66380 authored by Abolfazl  Ziaeemehr's avatar Abolfazl Ziaeemehr Committed by Eleni Mathioulaki
Browse files

fix(py-sbi): comment out PyPI source URL in package definition

parent 65f25eeb
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !638. Comments created here will be created in the context of that merge request.
...@@ -6,7 +6,7 @@ class PySbi(PythonPackage): ...@@ -6,7 +6,7 @@ class PySbi(PythonPackage):
homepage = "https://sbi-dev.github.io/sbi/v0.23.3/" homepage = "https://sbi-dev.github.io/sbi/v0.23.3/"
git = "https://github.com/sbi-dev/sbi" git = "https://github.com/sbi-dev/sbi"
pypi = "sbi/sbi-0.23.3.tar.gz" # pypi = "sbi/sbi-0.23.3.tar.gz"
version( version(
"v0.23.3", "v0.23.3",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment