From 9ce82d110c0861aea73bc4e6c55313f7ba74feba Mon Sep 17 00:00:00 2001 From: FInalWombat <145254967+final-wombat@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:35:32 +0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3ff1f2e..fac5f6bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,8 +6,8 @@ build-backend = "poetry.masonry.api" name = "talemate" version = "0.1.0" description = "AI companionship and roleplay." -authors = ["FinalWombat "] -license = "MIT" +authors = ["FinalWombat"] +license = "GNU Affero General Public License v3.0" [tool.poetry.dependencies] python = ">=3.10,<4.0" @@ -74,4 +74,4 @@ include_trailing_comma = true force_grid_wrap = 0 use_parentheses = true ensure_newline_before_comments = true -line_length = 88 \ No newline at end of file +line_length = 88