##// END OF EJS Templates
.github/workflows/downstream.yml: Test with sagemath-repl (#14317)...
.github/workflows/downstream.yml: Test with sagemath-repl (#14317) Adding a lightweight test with SageMath using the modularized distribution https://pypi.org/project/sagemath-repl/ of the Sage library. Motivated by https://github.com/sagemath/sage/issues/36975, https://github.com/ipython/ipython/pull/14223#issuecomment-1870467577, https://github.com/sagemath/sage/issues/36993, https://github.com/sagemath/sage/issues/37031 @Carreau

File last commit:

r28601:c928806c
r28624:ce22aa27 merge
Show More
MANIFEST.in
48 lines | 895 B | text/plain | TextLexer
include README.rst
include COPYING.rst
include LICENSE
include setupbase.py
include _build_meta.py
include MANIFEST.in
include py.typed
include .mailmap
include .flake8
include .pre-commit-config.yaml
include long_description.rst
recursive-exclude tools *
exclude tools
exclude CONTRIBUTING.md
exclude .editorconfig
exclude SECURITY.md
exclude .readthedocs.yaml
graft scripts
# Load main dir but exclude things we don't want in the distro
graft IPython
# Documentation
graft docs
exclude docs/\#*
exclude docs/man/*.1.gz
exclude .git-blame-ignore-revs
# Examples
graft examples
# docs subdirs we want to skip
prune docs/build
prune docs/gh-pages
prune docs/dist
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.flc
global-exclude *.yml
global-exclude *.pyc
global-exclude *.pyo
global-exclude .dircopy.log
global-exclude .git
global-exclude .ipynb_checkpoints