diff --git a/MANIFEST.in b/MANIFEST.in index e2ff9c410..bdba30a31 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,6 +7,3 @@ 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 083483fe2..570a82de5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Python-graphblas](docs/_static/img/logo-name-medium.svg) +![Python-graphblas](https://raw.githubusercontent.com/python-graphblas/python-graphblas/main/docs/_static/img/logo-name-medium.svg) [![conda-forge](https://img.shields.io/conda/vn/conda-forge/python-graphblas.svg)](https://anaconda.org/conda-forge/python-graphblas) [![pypi](https://img.shields.io/pypi/v/python-graphblas.svg)](https://pypi.python.org/pypi/python-graphblas/) @@ -28,8 +28,8 @@ For algorithms, see - **Chat via Discord:** [https://discord.com/invite/vur45CbwMz](https://discord.com/invite/vur45CbwMz) in the [#graphblas channel](https://discord.com/channels/786703927705862175/1024732940233605190)

- Directed graph - Adjacency matrix + Directed graph + Adjacency matrix

## Install