Skip to content

Commit

Permalink
long description for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Sep 2, 2021
1 parent 2c72666 commit aaa6778
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
@@ -1,10 +1,16 @@
from setuptools import setup
import os


with open("README.md") as f:
long_description = f.read()


setup(
name="pygraphblas",
version="5.1.7.0",
version="5.1.7.1",
description="GraphBLAS Python bindings.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Michel Pelletier",
packages=["pygraphblas"],
setup_requires=["pytest-runner"],
Expand Down

0 comments on commit aaa6778

Please sign in to comment.