加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
Arendelle 提交于 2024-12-14 20:26 . update tests
# -*- coding: utf-8 -*-
import setuptools
setuptools.setup(
name="physicsLab",
version="1.6.0",
license="MIT",
author="Arendelle",
author_email="2381642961@qq.com",
description="Python API for Quantum-Physics App",
long_description="show description in [github](https://github.com/GoodenoughPhysicsLab/physicsLab)",
long_description_content_type="text/markdown",
url="https://github.com/GoodenoughPhysicsLab/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 助手
尝试更多
代码解读
代码找茬
代码优化