1 Star 1 Fork 0

simonxing/scipy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MANIFEST.in 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
include MANIFEST.in
include *.txt
# Top-level build script
include setup.py
include pyproject.toml
# All source files
recursive-include scipy *
recursive-include benchmarks *
# All documentation
recursive-include doc *
# Add build and testing tools
include runtests.py
include .coveragerc
include site.cfg.example
include tox.ini pytest.ini
recursive-include tools *
# Cached Cython signatures
include cythonize.dat
# Exclude what we don't want to include
recursive-exclude scipy/linalg/src/id_dist/src *_subr_*.f
prune benchmarks/env
prune benchmarks/results
prune benchmarks/html
prune benchmarks/scipy
prune scipy/special/tests/data/boost
prune scipy/special/tests/data/gsl
prune scipy/special/tests/data/local
prune doc/build
prune doc/source/generated
prune */__pycache__
global-exclude *.pyc *~ *.bak *.swp *.pyo
# Exclude license file that we append to the main license when running
# `python setup.py sdist`
exclude LICENSES_bundled.txt
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/simonxing/scipy.git
git@gitee.com:simonxing/scipy.git
simonxing
scipy
scipy
master

搜索帮助