aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-26 03:18:27 +0800
committer简律纯 <i@jyunko.cn>2023-12-26 03:18:27 +0800
commit434aa42c8b880f5b0e43ff8a3169443609bd3da4 (patch)
tree604531cae557f725eebb512f0acf33b0f9fe9c11 /pyproject.toml
parent85fc0eb4cc7e7af8f5d02369603694d76b12d05e (diff)
downloadecho-434aa42c8b880f5b0e43ff8a3169443609bd3da4.tar.gz
echo-434aa42c8b880f5b0e43ff8a3169443609bd3da4.zip
refactor(docs): add site theme
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 = []