Skip to content

Commit aaa6778

Browse files
committed
long description for pypi
1 parent 2c72666 commit aaa6778

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
from setuptools import setup
2-
import os
2+
3+
4+
with open("README.md") as f:
5+
long_description = f.read()
6+
37

48
setup(
59
name="pygraphblas",
6-
version="5.1.7.0",
10+
version="5.1.7.1",
711
description="GraphBLAS Python bindings.",
12+
long_description=long_description,
13+
long_description_content_type="text/markdown",
814
author="Michel Pelletier",
915
packages=["pygraphblas"],
1016
setup_requires=["pytest-runner"],

0 commit comments

Comments
 (0)