Skip to content

Commit

Permalink
Update pyproject.toml with Bug Tracker
Browse files Browse the repository at this point in the history
Removed extern as dependencies not working with PyPI
  • Loading branch information
GwennyGit authored Aug 28, 2024
1 parent dff74e7 commit 6838d4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,12 @@ docs = ["accessible-pygments",
"sphinxcontrib-bibtex",
"sphinx_copybutton",
"pip-tools"]
extern = [
"bofdat@git+https://github.com/draeger-lab/BOFdat", # our fork with hot fix(es)
"masschargecuration@git+https://github.com/Biomathsys/MassChargeCuration@installation-fix", # @NOTE wait for pull request
]

[project.urls]
# homepage
repository = 'https://github.com/draeger-lab/refinegems'
documentation = 'https://refinegems.readthedocs.io/en/latest/'
"Bug Tracker" = "https://github.com/draeger-lab/refinegems/issues"

[project.scripts]
refinegems = "refinegems.cmd_access:cli"
Expand Down

0 comments on commit 6838d4f

Please sign in to comment.