aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-11-03 03:29:06 +0800
committer简律纯 <i@jyunko.cn>2023-11-03 03:29:06 +0800
commitf6c16fe1d3e92c78ef11c66032cc46ef5c704d16 (patch)
treed2dc4035613f79600132bbfb76f72e459998bb92 /pyproject.toml
parent5a2033860a328c4116f0ede2874915315e7487b0 (diff)
parent58d7bc6a2057ab5daac2aa590fc873c85b388bbb (diff)
downloadHydroRoll-f6c16fe1d3e92c78ef11c66032cc46ef5c704d16.tar.gz
HydroRoll-f6c16fe1d3e92c78ef11c66032cc46ef5c704d16.zip
Merge branch 'main' of https://github.com/HydroRoll-Team/HydroRoll
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b61b909..b143fd0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,6 @@
[project]
name = "HydroRoll"
+<<<<<<< HEAD
version = "0.1.0"
description = "HydroRoll System."
authors = [
@@ -16,6 +17,12 @@ dependencies = [
"scikit-learn>=1.3.1",
]
requires-python = ">=3.8"
+=======
+version = "1.0.3"
+description = "bot framework."
+authors = ["简律纯 <i@jyunko.cn>"]
+license = "GPL3.0"
+>>>>>>> 58d7bc6a2057ab5daac2aa590fc873c85b388bbb
readme = "README.md"
license = {text = "MIT"}
keywords = ["bot", "qq", "qqbot", "mirai", "coolq"]