aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..1bbc8de
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,24 @@
+[project]
+name = "echo"
+version = "1.0"
+description = "Event Communication and Harmonization across Online platforms"
+authors = [
+ {name = "简律纯",email = "i@jyunko.cn"},
+]
+dependencies = []
+requires-python = ">=3.11"
+readme = "README.md"
+license = {text = "MIT"}
+
+[tool]
+[tool.pdm]
+[tool.pdm.dev-dependencies]
+docs = [
+ "mkdocs>=1.5.3",
+ "mkdocs-windmill-dark>=0.2.0",
+ "mkdocs-alabaster>=0.8.0",
+ "mkdocs-moonstone>=0.2.0",
+ "lantana>=2.7.7.4",
+ "mkdocs-theme-topdf>=0.5.0",
+]
+mkdocs-alabaster = []