summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-16 13:14:53 -0700
committerEmma Terzioglu <emreterzioglu49@gmail.com>2026-03-16 13:14:53 -0700
commit1990f186567ae708eb9a484fa843d85bd74f0ad0 (patch)
treece24c10b52d37ddf896f8d703385920ae8985bd5 /pyproject.toml
parent9e2a4f4fde184bc34aeee6d457bcacd7a0a0cad8 (diff)
license under BSD 3-clause
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml14
1 files changed, 5 insertions, 9 deletions
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 = [