Skip to content

Commit 7c35b33

Browse files
build: add project urls and restructure package metadata
1 parent c441880 commit 7c35b33

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pyproject.toml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
[tool.poetry]
1+
[project]
22
name = "data-validation-engine"
3-
version = "0.7.1"
3+
dynamic = [ "version" ]
44
description = "`nhs data validation engine` is a framework used to validate data"
5-
authors = ["NHS England <england.contactus@nhs.net>"]
5+
authors = [
6+
{ name = "NHS England", email = "england.contactus@nhs.net" }
7+
]
68
readme = "README.md"
79
packages = [
810
{ include = "dve", from = "src" },
@@ -16,6 +18,16 @@ classifiers = [
1618
"Typing :: Typed",
1719
]
1820

21+
[project.urls]
22+
Homepage = "https://github.com/NHSDigital/data-validation-engine"
23+
Documentation = "https://nhsdigital.github.io/data-validation-engine/"
24+
Repository = "https://github.com/NHSDigital/data-validation-engine.git"
25+
Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
26+
Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
27+
28+
[tool.poetry]
29+
version = "0.7.1"
30+
1931
[tool.poetry.dependencies]
2032
python = ">=3.10,<3.12"
2133
boto3 = ">=1.34.162,<1.36" # breaking change beyond 1.36

0 commit comments

Comments
 (0)