代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。