diff --git a/README.md b/README.md index 99001a5..e2c5f65 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ Now, check the logs in the both terminal. ## License -This project is licensed under the GNU AFFERO GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details. +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. ## Ideas and Sources diff --git a/pyproject.toml b/pyproject.toml index e650003..8be5d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "chromatrace" -version = "0.2.14" +version = "0.2.15" description = "Advanced Python logging with tracing, coloring and FastAPI, Django, and SocketIO integrations" readme = "README.md" authors = [ @@ -14,7 +14,7 @@ license = { file = "LICENSE" } requires-python = ">=3.10" classifiers = [ "Intended Audience :: Developers", - "License :: OSI Approved :: GNU Affero General Public License v3", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.10", "Topic :: Software Development :: Libraries :: Python Modules",