diff options
| author | 2023-11-05 02:40:36 +0800 | |
|---|---|---|
| committer | 2023-11-05 02:40:36 +0800 | |
| commit | a23d114771c8243beda7d6e910d273423940c37a (patch) | |
| tree | 0e26ba1add4de672015ae2355d54dfeaca8b05b3 /pyproject.toml | |
| parent | 9921e4a5c6b3465c2f184d3e38609c6310f1dd86 (diff) | |
| download | HydroRoll-a23d114771c8243beda7d6e910d273423940c37a.tar.gz HydroRoll-a23d114771c8243beda7d6e910d273423940c37a.zip | |
chore: sync pyproject.toml
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml index b143fd0..de8c164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [project] name = "HydroRoll" -<<<<<<< HEAD -version = "0.1.0" +version = "0.1.4" description = "HydroRoll System." authors = [ {name = "简律纯", email = "i@jyunko.cn"}, @@ -17,12 +16,6 @@ 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"] |
