Skip to content

Commit a8473d3

Browse files
authored
Merge pull request #15 from softwarepub/feature/deprecation-notice
Add deprecation notice to README
2 parents 85126ff + f92003b commit a8473d3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
112

213
# Hermes harvest plugin for .toml files
314
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

Comments
 (0)