Skip to content

Commit

Permalink
Remove direct links for PyPI push
Browse files Browse the repository at this point in the history
  • Loading branch information
sameeul committed May 30, 2024
1 parent ad81195 commit 9ab42ac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,7 @@ runners = [
"toil[cwl]",
"cwl-utils",
]
runners-src = [
"toil[cwl] @ git+https://github.com/jfennick/toil.git",
"cwltool @ git+https://github.com/jfennick/cwltool.git",
"cwl-utils @ git+https://github.com/jfennick/cwl-utils.git",
]

# See docs/requirements.txt
doc = [
"sphinx",
Expand All @@ -116,7 +112,6 @@ doc = [
plots = ["matplotlib"]
cyto = ["ipycytoscape"] # only for DAG visualization
all_except_runner_src = ["sophios[test,doc,plots,cyto,mypy-types]"]
all = ["sophios[test,doc,plots,cyto,runners-src,mypy-types]"]

[project.scripts]
sophios = "sophios.main:main"
Expand Down

0 comments on commit 9ab42ac

Please sign in to comment.