0 Star 2 Fork 2

马健 / pycopent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
马健 提交于 2024-05-28 07:06 . Update setup.py
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="copent",
version="0.5.5",
author="MA Jian",
author_email="majian03@gmail.com",
description="Estimating Copula Entropy and Transfer Entropy",
long_description=long_description,
long_description_content_type="text/markdown",
license = 'GPL License',
url="https://github.com/majianthu/pycopent",
packages=setuptools.find_packages(),
install_requires = ['numpy','scipy'],
python_requires='>=2.7',
)
Python
1
https://gitee.com/majianthu/pycopent.git
git@gitee.com:majianthu/pycopent.git
majianthu
pycopent
pycopent
master

搜索帮助