Skip to content

Commit 8b81d09

Browse files
authored
Merge pull request #87 from networktocode/dga-pyproject-doc
Update pyproject.toml and upgrade to 1.0.1
2 parents 5d02917 + f55066a commit 8b81d09

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

LICENSE.md renamed to LICENSE

File renamed without changes.

pyproject.toml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
[tool.poetry]
2-
name = "schema_enforcer"
3-
version = "1.0.0"
4-
description = ""
2+
name = "schema-enforcer"
3+
version = "1.0.1"
4+
description = "Tool/Framework for testing structured data against schema definitions"
55
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+
]
615

716
[tool.poetry.dependencies]
817
python = "^3.7"

0 commit comments

Comments
 (0)