We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c35b33 commit 84ad2b6Copy full SHA for 84ad2b6
1 file changed
pyproject.toml
@@ -6,9 +6,6 @@ authors = [
6
{ name = "NHS England", email = "england.contactus@nhs.net" }
7
]
8
readme = "README.md"
9
-packages = [
10
- { include = "dve", from = "src" },
11
-]
12
classifiers = [
13
"Programming Language :: Python :: 3",
14
"Programming Language :: Python :: 3.10",
@@ -17,6 +14,7 @@ classifiers = [
17
"Topic :: Software Development :: Libraries",
18
15
"Typing :: Typed",
19
16
+license = "MIT"
20
21
[project.urls]
22
Homepage = "https://github.com/NHSDigital/data-validation-engine"
@@ -27,6 +25,9 @@ Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHAN
27
25
28
26
[tool.poetry]
29
version = "0.7.1"
+packages = [
+ { include = "dve", from = "src" },
30
+]
31
32
[tool.poetry.dependencies]
33
python = ">=3.10,<3.12"
0 commit comments