mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-06-04 19:35:23 +00:00
更新上传文件
This commit is contained in:
parent
c14489f3a7
commit
b4e16353ec
@ -1,5 +1,4 @@
|
|||||||
recursive-include *.md
|
recursive-include *.md
|
||||||
include LICENSE.md
|
|
||||||
exclude fcwslib/*
|
exclude fcwslib/*
|
||||||
exclude bgArrayLib/*
|
exclude bgArrayLib/*
|
||||||
exclude Packer/*
|
exclude Packer/*
|
||||||
@ -8,6 +7,7 @@ exclude ./*.MSQ
|
|||||||
exclude ./MSCT_Packer.py
|
exclude ./MSCT_Packer.py
|
||||||
exclude resources/poem.md
|
exclude resources/poem.md
|
||||||
exclude resources/*
|
exclude resources/*
|
||||||
|
include LICENSE.md
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
include README_EN.md
|
include README_EN.md
|
||||||
include README.md
|
include README.md
|
@ -1,2 +1,2 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "wheel", "mido"]
|
requires = ["setuptools", "wheel",]
|
6
setup.py
6
setup.py
@ -1,7 +1,8 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
import setuptools
|
import setuptools
|
||||||
import os
|
import os
|
||||||
from Musicreater import __version__
|
|
||||||
|
# from Musicreater import __version__
|
||||||
|
|
||||||
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
@ -15,7 +16,7 @@ with open("./README_EN.md", "r", encoding="utf-8") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="Musicreater",
|
name="Musicreater",
|
||||||
version=__version__,
|
version="2.2.4",
|
||||||
author="金羿Eilles, bgArray, 鱼旧梦ElapsingDreams",
|
author="金羿Eilles, bgArray, 鱼旧梦ElapsingDreams",
|
||||||
author_email="TriM-Organization@hotmail.com",
|
author_email="TriM-Organization@hotmail.com",
|
||||||
description="A free open source library used for dealing with **Minecraft** digital musics.\n一款开源《我的世界》数字音频支持库。",
|
description="A free open source library used for dealing with **Minecraft** digital musics.\n一款开源《我的世界》数字音频支持库。",
|
||||||
@ -37,4 +38,5 @@ setuptools.setup(
|
|||||||
# 需要安装的依赖
|
# 需要安装的依赖
|
||||||
install_requires=dependences,
|
install_requires=dependences,
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
|
license=open("./LICENSE.md", "r", encoding="utf-8").read(),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user