Skip to content

Commit c63fe41

Browse files
authored
chore: Update pyproject toml (#9)
1 parent 93b5cc1 commit c63fe41

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/downstream-ci-hpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
# uses: ecmwf/downstream-ci/.github/workflows/downstream-ci-hpc.yml@main
5858
# with:
5959
# anemoi-plugins: ecmwf/anemoi-plugins@${{ github.event.pull_request.head.sha || github.sha }}
60-
# secrets: inherit
60+
# secrets: inherit

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
".": "0.1.0"
3-
}
3+
}

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
Please add your functional changes to the appropriate section in the PR.
2323
Keep it human-readable, your future self will thank you!
2424

25-
26-
<!-- Release notes generated using configuration in .github/release.yml at main -->
25+
<!-- Release notes generated using configuration in .github/release.yml at main -->

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ requires = [ "setuptools>=60", "setuptools-scm>=8" ]
1414
name = "anemoi-plugins"
1515

1616
description = "A package to hold various functions to support training of ML models on ECMWF data."
17+
readme = "README.md"
18+
1719
keywords = [ "ai", "tools" ]
1820

1921
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)