summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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 = [