Skip to content

Commit e95a633

Browse files
committed
Merge remote-tracking branch 'origin/main' into update-datadoc-model
2 parents 255e921 + f05a87f commit e95a633

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

generated/python/datadoc_model/pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name = "ssb-datadoc-model"
33
version = "7.0.0"
44
description = "Data Model for use in Statistics Norway's Metadata system"
55
authors = [{ name = "Statistics Norway", email = "metadata@ssb.no" }]
6+
license = "MIT"
7+
readme = "README.md"
68
requires-python = ">=3.10"
79
dependencies = ["pydantic>=2.5.2"]
810

911
[project.urls]
10-
homepage = "https://github.com/statisticsnorway/ssb-datadoc-model"
11-
repository = "https://github.com/statisticsnorway/ssb-datadoc-model"
12-
changelog = "https://github.com/statisticsnorway/ssb-datadoc-model/releases"
12+
Homepage = "https://github.com/statisticsnorway/ssb-datadoc-model"
13+
Repository = "https://github.com/statisticsnorway/ssb-datadoc-model"
14+
Changelog = "https://github.com/statisticsnorway/ssb-datadoc-model/releases"
1315

1416
[dependency-groups]
1517

0 commit comments

Comments
 (0)