Skip to content

Commit 7e85fe7

Browse files
committed
chore: update license from GNU AGPL to MIT License
* Changed project license in `README.md` and `pyproject.toml` * Updated version to `0.2.15`
1 parent eae2f2d commit 7e85fe7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Now, check the logs in the both terminal.
272272

273273
## License
274274

275-
This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details.
275+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
276276

277277
## Ideas and Sources
278278

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "chromatrace"
7-
version = "0.2.14"
7+
version = "0.2.15"
88
description = "Advanced Python logging with tracing, coloring and FastAPI, Django, and SocketIO integrations"
99
readme = "README.md"
1010
authors = [
@@ -14,7 +14,7 @@ license = { file = "LICENSE" }
1414
requires-python = ">=3.10"
1515
classifiers = [
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: GNU Affero General Public License v3",
17+
"License :: OSI Approved :: MIT License",
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Python :: 3.10",
2020
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)