diff --git a/peptdeep/__init__.py b/peptdeep/__init__.py index 67bc602a..70bd4f63 100644 --- a/peptdeep/__init__.py +++ b/peptdeep/__init__.py @@ -1 +1,6 @@ __version__ = "1.3.0" +# This information is duplicated in pyproject.toml: +__author_email__ = "jalew.zwf@qq.com" +__github__ = "https://github.com/MannLabs/peptdeep" +__doc__ = "https://alphapeptdeep.readthedocs.io/en/latest/" +__license__ = "Apache 2.0" diff --git a/pyproject.toml b/pyproject.toml index 079c547e..95578ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]