2 Star 6 Fork 1

hzy15610046011 / LigralPy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 958 Bytes
一键复制 编辑 原始数据 按行查看 历史
hzy15610046011 提交于 2022-06-23 20:03 . 更新README.md,添加文档
import setuptools
setuptools.setup(
name="LigralPy",
version="0.3.0",
description="Python interface to Ligral.",
long_description_content_type="text/markdown",
author="Zhanyi Hou",
author_email="",
license="BSD 3",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: Unix",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
],
packages=setuptools.find_namespace_packages(include=["LigralPy", "LigralPy.*"]),
install_requires=[
"chardet",
"numpy",
"pandas",
"matplotlib",
"openpyxl",
"appdirs",
"flask",
"flask_sock",
],
python_requires=">=3.5",
include_package_data=True,
)
Python
1
https://gitee.com/hzy15610046011/ligralpy.git
git@gitee.com:hzy15610046011/ligralpy.git
hzy15610046011
ligralpy
LigralPy
master

搜索帮助