Skip to content

Commit 84fc852

Browse files
committed
一个奇怪的1.10.1
1 parent 242617e commit 84fc852

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
## 📦安装
66
```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
911
```
10-
我现在还不知道怎么实现自动安装pillow作为依赖😅,你只能手动装了 ()
1112

1213
## 🖼️画廊
1314
原版效果:
@@ -21,10 +22,14 @@ mctoast模仿的效果:
2122

2223
## ⚠️版权信息
2324
- 这个库与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)许可证
2527
- 若遇到了相关的许可证问题,请第一时间[提交issue](https://github.com/SystemFileB/mctoast/issues)并加上 版权或许可证问题 标签
2628

2729
## 更新日志
30+
### 1.10.2
31+
- 因为PyPI无法上传同一个版本的库,我又更改了这个库的README,所以我改了版本号
32+
2833
### 1.10.1
2934
- 紧急修复:mctoast.init()报错
3035

build.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@python -m build
2+
@python -m twine upload dist/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="mctoast",
10-
version="1.10.1",
10+
version="1.10.2",
1111
description="把Minecraft的Toast带到现实里!",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)