File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR)
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
5+ # SPDX-FileContributor: Michael Meinel
6+ # SPDX-FileContributor: Michael Fritzsche
7+
18src /hermes_toml /__pycache__ /
29src /hermes_toml /util /__pycache__ /
310.pytest_cache /
411__pycache__ /
512hermes.toml
613.hermes /
7- .coverage
14+ .coverage
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR)
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
5+ # SPDX-FileContributor: Michael Meinel
6+ # SPDX-FileContributor: Michael Fritzsche
7+
18[build-system ]
29requires = [" setuptools >= 70.1.1" ]
310build-backend = " setuptools.build_meta"
@@ -40,3 +47,7 @@ Repository = "https://github.com/hermes-hmc/hermes-plugin-python"
4047cff = " hermes.commands.harvest.cff:CffHarvestPlugin"
4148codemeta = " hermes.commands.harvest.codemeta:CodeMetaHarvestPlugin"
4249toml = " hermes_toml.harvest:TomlHarvestPlugin"
50+
51+ [tool .setuptools ]
52+ packages = [" hermes_toml" ]
53+ package-dir = {"" = " src" }
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR)
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR)
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
5+ # SPDX-FileContributor: Michael Meinel
6+ # SPDX-FileContributor: Michael Fritzsche
7+
18"""A hermes harvest plugin that harvests the .toml file of the project"""
29
310from contextlib import chdir
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR)
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: 2024 German Aerospace Center (DLR)
2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
5+ # SPDX-FileContributor: Michael Meinel
6+ # SPDX-FileContributor: Michael Fritzsche
7+
18import pytest
29import toml
310from hermes_toml .harvest import TomlHarvestPlugin
You can’t perform that action at this time.
0 commit comments