Skip to content

Commit

Permalink
add config to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 23, 2024
1 parent 40bdac2 commit 217b86c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires = [
[project]
name = "anemoi-registry"

description = "A package to manahe a registry or data-driven forecasts."
description = "A package to manage a registry or data-driven forecasts."
keywords = [
"ai",
"registry",
Expand Down Expand Up @@ -92,5 +92,10 @@ urls.Issues = "https://github.com/ecmwf/anemoi-registry/issues"
urls.Repository = "https://github.com/ecmwf/anemoi-registry/"
scripts.anemoi-registry = "anemoi.registry.__main__:main"

[tool.setuptools.package-data]
"anemoi.registry" = [
"*.yaml",
]

[tool.setuptools_scm]
version_file = "src/anemoi/registry/_version.py"

0 comments on commit 217b86c

Please sign in to comment.