mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
2023/2/1 update pypi update
This commit is contained in:
parent
3669b5f804
commit
8b8334202c
34
setup.py
Normal file
34
setup.py
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
import setuptools
|
||||||
|
|
||||||
|
with open("README.md", "r", encoding="utf-8") as fh:
|
||||||
|
long_description = fh.read().replace(
|
||||||
|
"./docs/", "https://github.com/TriM-Organization/Musicreater/blob/master/docs/"
|
||||||
|
)
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
name="Musicreater",
|
||||||
|
version="0.2.3",
|
||||||
|
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.",
|
||||||
|
long_description=long_description,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
|
url="https://github.com/TriM-Organization/Musicreater",
|
||||||
|
packages=setuptools.find_packages(),
|
||||||
|
classifiers=[
|
||||||
|
"Intended Audience :: Developers",
|
||||||
|
"Natural Language :: Chinese (Simplified)",
|
||||||
|
"License :: OSI Approved :: Apache Software License",
|
||||||
|
"Operating System :: OS Independent",
|
||||||
|
"Topic :: Software Development :: Libraries",
|
||||||
|
"Programming Language :: Python",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.6",
|
||||||
|
"Programming Language :: Python :: 3.7",
|
||||||
|
"Programming Language :: Python :: 3.8",
|
||||||
|
"Programming Language :: Python :: 3.9",
|
||||||
|
"Programming Language :: Python :: 3.10",
|
||||||
|
],
|
||||||
|
)
|
2
upload.bat
Normal file
2
upload.bat
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
python setup.py sdist bdist_wheel
|
||||||
|
python -m twine upload dist/*
|
Loading…
Reference in New Issue
Block a user