From 24fd0121a350529ba304d0a27725ea3546906312 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Sun, 12 Feb 2023 16:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3=E4=B8=8E?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++++----- README_EN.md | 14 +++++++++++++- requirements.txt | 4 ++-- setup.py | 10 +++++++--- 4 files changed, 39 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4bad281..345157b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-

一个免费开源的《我的世界:基岩版》音乐编辑制作软件

+

一款免费开源的 《我的世界》 MIDI音乐转换库。

@@ -24,7 +24,7 @@ ## 介绍🚀 -音·创 是一个免费开源的针对 **《我的世界》** 的midi音乐转换库 +音·创 是一个免费开源的针对 **《我的世界》** 的MIDI音乐转换库 欢迎加群:[861684859](https://jq.qq.com/?_wv=1027&k=hpeRxrYr) @@ -35,7 +35,7 @@ pip install Musicreater ``` -- 如果报错,尝试: +- 如果出现错误,可以尝试: ```bash pip install -i https://pypi.python.org/simple Musicreater ``` @@ -44,7 +44,7 @@ pip install -i https://pypi.python.org/simple Musicreater --upgrade ``` -- 克隆仓库 +- 克隆仓库并安装 ```bash git clone https://gitee.com/TriM-Organization/Musicreater.git cd Musicreater @@ -75,7 +75,7 @@ - 感谢 **Touch “偷吃”**\ 提供的BDX导入测试支持,并对程序的改进提供了丰富的意见;同时也感谢他的不断尝试新的内容,使我们的排错更进一步 - 感谢 **Mono**\ 反馈安装时的问题,辅助我们找到了视窗操作系统下的兼容性问题 - 感谢 **Ammelia “艾米利亚”**\ 敦促我们进行新的功能开发,并为新功能提出了非常优秀的大量建议,以及提供的BDX导入测试支持,为我们的新结构生成算法提供了大量的实际理论支持 -- 感谢 **[神羽](https://gitee.com/snowykami) “[SnowyKami](https://github.com/snowyfirefly)”** 对我们项目的支持与宣传 +- 感谢 **[神羽](https://gitee.com/snowykami) “[SnowyKami](https://github.com/snowyfirefly)”** 对我们项目的支持与宣传,希望他能考的一所优秀的大学! - 感谢 **指令师_苦力怕 playjuice123**\为我们的程序找出错误,并提醒我们修复一个一直存在的大bug。 - 感谢 **雷霆**\为我们的程序找出错误,并提醒修复bug。 @@ -89,6 +89,18 @@ 如果需要与开发组进行交流,欢迎加入我们的[开发闲聊Q群](https://jq.qq.com/?_wv=1027&k=hpeRxrYr)。 +-------------------------------------------- + +NOT AN OFFICIAL MINECRAFT PRODUCT. + +NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT. + +此项目并非一个官方 《我的世界》(*Minecraft*)项目 + +此项目不隶属或关联于 Mojang Studios 或 微软 + + + [Bilibili: 凌云金羿]: https://img.shields.io/badge/Bilibili-%E5%87%8C%E4%BA%91%E9%87%91%E7%BE%BF-00A1E7?style=for-the-badge diff --git a/README_EN.md b/README_EN.md index eca20b6..7b6ff90 100644 --- a/README_EN.md +++ b/README_EN.md @@ -4,7 +4,7 @@

-

An open source and free software of making music in Minecraft

+

a free open-source library of converting midi files into *Minecraft* formats.

@@ -65,6 +65,18 @@ Meet problems? Welcome to give out your issue [here](https://gitee.com/EillesWan Want to get in contact of developers? Welcome to join our [Chat QQ group](https://jq.qq.com/?_wv=1027&k=hpeRxrYr). +-------------------------------------------- + +NOT AN OFFICIAL MINECRAFT PRODUCT. + +NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT. + +此项目并非一个官方 《我的世界》(*Minecraft*)项目 + +此项目不隶属或关联于 Mojang Studios 或 微软 + + + [Bilibili: Eilles]: https://img.shields.io/badge/Bilibili-%E5%87%8C%E4%BA%91%E9%87%91%E7%BE%BF-00A1E7?style=for-the-badge [Bilibili: bgArray]: https://img.shields.io/badge/Bilibili-%E8%AF%B8%E8%91%9B%E4%BA%AE%E4%B8%8E%E5%85%AB%E5%8D%A6%E9%98%B5-00A1E7?style=for-the-badge diff --git a/requirements.txt b/requirements.txt index 04ba938..70abd76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Brotli==1.0.9 -mido==1.2.10 \ No newline at end of file +Brotli>=1.0.9 +mido>=1.2.10 \ No newline at end of file diff --git a/setup.py b/setup.py index af744a0..051056d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( author="Eilles Wan, bgArray", author_email="TriM-Organization@hotmail.com", description="一款免费开源的 《我的世界》 mid音乐转换库。\n" - " A free open-source python library used to convert midi into Minecraft.", + "A free open-source python library used to convert midi into Minecraft.", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/TriM-Organization/Musicreater", @@ -34,7 +34,11 @@ setuptools.setup( ], # 需要安装的依赖 install_requires=[ - 'mido', - "brotli" + "Brotli>=1.0.9", + "mido>=1.2.10", + ], + requires=[ + "Brotli>=1.0.9", + "mido>=1.2.10", ], )