From 1990f186567ae708eb9a484fa843d85bd74f0ad0 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Mon, 16 Mar 2026 13:14:53 -0700 Subject: license under BSD 3-clause --- pyproject.toml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 69c1d64..57fdc23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,18 +1,14 @@ [project] -name = "emma-site" +name = "emmasite" version = "2.0.0" -description = "Default template for PDM package" +description = "website made by the emma" authors = [ - {name = "Emma Terzioglu", email = "emreterzioglu49@gmail.com"}, + {name = "Emma Terzioglu", email = "emmatech2@proton.me"}, ] dependencies = ["quart>=0.20.0", "hypercorn>=0.18.0", "asyncpg>=0.31.0", "asyncpg-trek>=0.4.0", "python-dotenv>=1.2.1", "marko>=2.2.2"] -requires-python = ">=3.10" +requires-python = ">=3.14" readme = "README.md" -license = {text = "GPL-3.0-only"} - - -[tool.pdm] -distribution = false +license = {text = "BSD-3-Clause"} [dependency-groups] dev = [ -- cgit v1.2.3