File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- [tool . poetry ]
1+ [project ]
22name = " data-validation-engine"
3- version = " 0.7.1 "
3+ dynamic = [ " version " ]
44description = " `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+ ]
68readme = " README.md"
79packages = [
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 ]
2032python = " >=3.10,<3.12"
2133boto3 = " >=1.34.162,<1.36" # breaking change beyond 1.36
You can’t perform that action at this time.
0 commit comments