diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 13caf89e4..4b00aee30 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,6 +4,11 @@
# To run: `pre-commit run --all-files`
# To update: `pre-commit autoupdate`
# - &flake8_dependencies below needs updated manually
+ci:
+ # See: https://pre-commit.ci/#configuration
+ autofix_prs: false
+ autoupdate_schedule: monthly
+ skip: [pylint, no-commit-to-branch]
fail_fast: true
default_language_version:
python: python3
diff --git a/MANIFEST.in b/MANIFEST.in
index f3f4b04bb..e2ff9c410 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,12 @@
recursive-include graphblas *.py
+prune docs
+prune scripts
include setup.py
include README.md
include LICENSE
include MANIFEST.in
include graphblas/graphblas.yaml
include graphblas/tests/pickle*.pkl
+include docs/_static/img/logo-name-medium.svg
+include docs/_static/img/draw-example.png
+include docs/_static/img/repr-matrix.png
diff --git a/README.md b/README.md
index dab91782a..23fc3650d 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,21 @@
-# Python-graphblas
+
[](https://anaconda.org/conda-forge/python-graphblas)
[](https://pypi.python.org/pypi/python-graphblas/)
-
+[](https://pypi.python.org/pypi/python-graphblas/)
[](https://github.com/python-graphblas/python-graphblas/blob/main/LICENSE)
+
[](https://github.com/python-graphblas/python-graphblas/actions)
[](https://python-graphblas.readthedocs.io/en/latest/)
[](https://coveralls.io/r/python-graphblas/python-graphblas)
+
[](https://doi.org/10.5281/zenodo.7328791)
[](https://mybinder.org/v2/gh/python-graphblas/python-graphblas/HEAD?filepath=notebooks%2FIntro%20to%20GraphBLAS%20%2B%20SSSP%20example.ipynb)
[](https://discord.com/invite/vur45CbwMz)
Python library for GraphBLAS: high-performance sparse linear algebra for scalable graph analytics.
+For algorithms, see
+[`graphblas-algorithms`](https://github.com/python-graphblas/graphblas-algorithms).
- **Documentation:** [https://python-graphblas.readthedocs.io/](https://python-graphblas.readthedocs.io/)
- **GraphBLAS C API:** [https://graphblas.org/docs/GraphBLAS_API_C_v2.0.0.pdf](https://graphblas.org/docs/GraphBLAS_API_C_v2.0.0.pdf)
@@ -22,6 +26,11 @@ Python library for GraphBLAS: high-performance sparse linear algebra for scalabl
- **Weekly community call:** [https://github.com/python-graphblas/python-graphblas/issues/247](https://github.com/python-graphblas/python-graphblas/issues/247)
- **Chat via Discord:** [https://discord.com/invite/vur45CbwMz](https://discord.com/invite/vur45CbwMz) in the [#graphblas channel](https://discord.com/channels/786703927705862175/1024732940233605190)
+
+
+
+