Repository URL to install this package:
|
Version:
1.2.1 ▾
|
mpmath
/
pkgdocs.sh
|
|---|
TARFILE=mpmath-docsrc-`python -c "import mpmath; print mpmath.__version__"`.tar
tar -cf $TARFILE README.rst CHANGES pkgdocs.sh demo/*.py doc/*.py \
`find doc/source -not \( -name .git -prune \) -type f | less`
gzip $TARFILE