Skip to content

Commit f05a87f

Browse files
authored
Correct project metadata (#63)
* Release v6.1.2 * Correct project Metadata
1 parent 67558c3 commit f05a87f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

generated/python/datadoc_model/pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[project]
22
name = "ssb-datadoc-model"
3-
version = "6.1.1"
3+
version = "6.1.2"
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)