Skip to content

Commit 84ad2b6

Browse files
build: add licence and fix build
1 parent 7c35b33 commit 84ad2b6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ authors = [
66
{ name = "NHS England", email = "england.contactus@nhs.net" }
77
]
88
readme = "README.md"
9-
packages = [
10-
{ include = "dve", from = "src" },
11-
]
129
classifiers = [
1310
"Programming Language :: Python :: 3",
1411
"Programming Language :: Python :: 3.10",
@@ -17,6 +14,7 @@ classifiers = [
1714
"Topic :: Software Development :: Libraries",
1815
"Typing :: Typed",
1916
]
17+
license = "MIT"
2018

2119
[project.urls]
2220
Homepage = "https://github.com/NHSDigital/data-validation-engine"
@@ -27,6 +25,9 @@ Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHAN
2725

2826
[tool.poetry]
2927
version = "0.7.1"
28+
packages = [
29+
{ include = "dve", from = "src" },
30+
]
3031

3132
[tool.poetry.dependencies]
3233
python = ">=3.10,<3.12"

0 commit comments

Comments
 (0)