Skip to content

Commit 1fba194

Browse files
authored
Change license from Apache-2.0 to MIT and update homepage
1 parent 2ab3ec4 commit 1fba194

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

zon-format/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.3"
88
description = "Zero Overhead Notation v1.0.3 - Human-readable data format with 30%+ compression over JSON"
99
readme = "README.md"
1010
requires-python = ">=3.8"
11-
license = {text = "Apache-2.0"}
11+
license = {text = "MIT"}
1212
authors = [
1313
{name = "Roni Bhakta", email = "ronibhakta1@gmail.com"}
1414
]
@@ -41,7 +41,7 @@ classifiers = [
4141
]
4242

4343
[project.urls]
44-
Homepage = "https://github.com/ZON-Format/ZON"
44+
Homepage = "https://zonformat.org"
4545
Documentation = "https://github.com/ZON-Format/ZON/blob/main/README.md"
4646
Repository = "https://github.com/ZON-Format/ZON"
4747
Issues = "https://github.com/ZON-Format/ZON/issues"

0 commit comments

Comments
 (0)