File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## 📦安装
6
6
``` shell
7
- $ pip install mctoast pillow //现在我还没有上传pypi,你可以试试手动构建,或出门右转github action
8
- $ pip install mctoast-1.0-py3-none-any.whl pillow //现在先用这个
7
+ # 从PyPI上安装
8
+ $ pip install mctoast
9
+ # 安装快照
10
+ $ pip install /path/to/mctoast-wheel.whl
9
11
```
10
- 我现在还不知道怎么实现自动安装pillow作为依赖😅,你只能手动装了 ()
11
12
12
13
## 🖼️画廊
13
14
原版效果:
@@ -21,10 +22,14 @@ mctoast模仿的效果:
21
22
22
23
## ⚠️版权信息
23
24
- 这个库与Mojang,Microsoft** 没有任何关系** ,且在正式的库中(我在示范中使用了红色床的图片)** 不使用** client.jar,.minecraft/assets文件夹下的** 任何文件**
24
- - Toast纹理来自[ VanillaXBR] ( https://modrinth.com/resourcepack/vanillaxbr ) ,基于[ CC-BY-NC-4.0] ( https://creativecommons.org/licenses/by-nc/4.0/legalcode ) 许可证开源
25
+ - Toast纹理来自[ VanillaXBR] ( https://modrinth.com/resourcepack/vanillaxbr ) ,基于[ CC-BY-NC-4.0] ( https://creativecommons.org/licenses/by-nc/4.0/legalcode ) 许可证
26
+ - 字体使用了GNU Unifont,基于[ GPLv2] ( https://www.gnu.org/licenses/old-licenses/gpl-2.0.html ) 许可证
25
27
- 若遇到了相关的许可证问题,请第一时间[ 提交issue] ( https://github.com/SystemFileB/mctoast/issues ) 并加上 版权或许可证问题 标签
26
28
27
29
## 更新日志
30
+ ### 1.10.2
31
+ - 因为PyPI无法上传同一个版本的库,我又更改了这个库的README,所以我改了版本号
32
+
28
33
### 1.10.1
29
34
- 紧急修复:mctoast.init()报错
30
35
Original file line number Diff line number Diff line change
1
+ @ python -m build
2
+ @ python -m twine upload dist/*
Original file line number Diff line number Diff line change 7
7
8
8
setuptools .setup (
9
9
name = "mctoast" ,
10
- version = "1.10.1 " ,
10
+ version = "1.10.2 " ,
11
11
description = "把Minecraft的Toast带到现实里!" ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments