You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
NOTE: This repository and the associated Python package are deprecated.
2
+
As of hermes v0.10, the Python/pyproject.toml plugin is part of the hermes codebase.
3
+
It can be configured by adding the following code to your `hermes.toml` file:
4
+
5
+
```toml
6
+
[harvest]
7
+
sources = [ "toml" ]
8
+
```
9
+
10
+
No further installation is required.
11
+
Please remove any `pip install` calls for `hermes-plugin-python` or `git+https://github.com/softwarepub/hermes-plugin-python` from your publication workflow.
1
12
2
13
# Hermes harvest plugin for .toml files
3
14
This plugin enables the harvesting of metadata stored in the .toml file of the project. It is configured to automatically harvest from "pyproject.toml". Although it can be used for every .toml file it uses the fields commonly used in .toml files for python.
0 commit comments