Metadata-Version: 2.1
Name: blender-utils
Version: 0.0.5
Home-page: https://github.com/xnorain001/blender-utils
Author: Zhang Meixue
Author-email: 3385842328@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11.9
Description-Content-Type: text/markdown

# 安装必要的工具
pip install setuptools wheel twine

# 构建包
python setup.py sdist bdist_wheel

# 上传包到 PyPI
twine upload dist/*

# 安装
pip install blender-utils
