加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
Arendelle 提交于 2024-08-05 16:43 . bugfix elementXYZ.py -> set_O
# -*- coding: utf-8 -*-
import setuptools
setuptools.setup(
name="physicsLab",
version="1.4.11",
license="MIT",
author="Goodenough",
author_email="2381642961@qq.com",
description="Python API for Physics-Lab-AR",
long_description="show description in \"[gitee](https://gitee.com/script2000/physicsLab)\" or "
"[github](https://github.com/GoodenoughPhysicsLab/physicsLab)",
long_description_content_type="text/markdown",
url="https://gitee.com/script2000/physicsLab",
packages=setuptools.find_packages(),
install_requires=["mido", "typing-extensions", "requests", "colorama"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Natural Language :: Chinese (Simplified)",
"Operating System :: OS Independent",
],
python_requires='>=3.8',
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化