Skip to content

Commit

Permalink
fix init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Dec 5, 2024
1 parent a222def commit 0afba68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions peptdeep/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
__version__ = "1.3.0"
# This information is duplicated in pyproject.toml:
__author_email__ = "[email protected]"
__github__ = "https://github.com/MannLabs/peptdeep"
__doc__ = "https://alphapeptdeep.readthedocs.io/en/latest/"
__license__ = "Apache 2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ version = {attr = "peptdeep.__version__"}
peptdeep = "peptdeep.cli:run"

[tool.ruff]
extend-exclude = ["misc/.bumpversion.cfg"]
extend-exclude = [".bumpversion.cfg"]

[tool.ruff.lint]
select = ["E", "F"]
Expand Down

0 comments on commit 0afba68

Please sign in to comment.