From afd78e3e4aecb3952a58895234657f050bc6c804 Mon Sep 17 00:00:00 2001 From: shri Date: Sun, 4 Aug 2024 12:16:35 +0200 Subject: [PATCH] Fix author and license --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09554d78..01b46193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -authors = [{ name = "Cody Fincher", email = "cody.fincher@gmail.com" }] +authors = [{ name = "Shrirang Bhate", email = "shrirang.bhate@gmail.com" }] classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", @@ -28,7 +28,7 @@ dependencies = [ ] description = "Opinionated template for a Litestar application." keywords = ["litestar", "sqlalchemy", "alembic", "fullstack", "api", "asgi", "litestar", "vite", "spa"] -license = { text = "MIT" } +license = { text = "Propriatory" } name = "app" readme = "README.md" requires-python = ">=3.10"