We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d02917 + f55066a commit 8b81d09Copy full SHA for 8b81d09
LICENSE.md renamed to LICENSE
pyproject.toml
@@ -1,8 +1,17 @@
1
[tool.poetry]
2
-name = "schema_enforcer"
3
-version = "1.0.0"
4
-description = ""
+name = "schema-enforcer"
+version = "1.0.1"
+description = "Tool/Framework for testing structured data against schema definitions"
5
authors = ["Network to Code, LLC <[email protected]>"]
6
+license = "Apache-2.0"
7
+readme = "README.md"
8
+homepage = "https://github.com/networktocode/schema-enforcer"
9
+repository = "https://github.com/networktocode/schema-enforcer"
10
+include = [
11
+ "CHANGELOG.md",
12
+ "LICENSE",
13
+ "README.md",
14
+]
15
16
[tool.poetry.dependencies]
17
python = "^3.7"
0 commit comments