Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit f436980

Browse files
author
Jason Costello
committed
[WIP] Adding README as long_description
1 parent 181f40e commit f436980

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
from setuptools import setup, find_packages
22

3+
with open("README.md", "r") as fh:
4+
long_description = fh.read()
5+
36
setup(
47
name='hypervector-wrapper',
58
version='0.0.1',
69
description='Python wrapper to use the Hypervector API',
10+
long_description=long_description,
11+
long_description_content_type="text/markdown",
712
author='Jason Costello, Hypervector Limited',
813
author_email="jason@hypervector.io",
914
url="https://github.com/hypervectorio/hypervector-wrapper",

0 commit comments

Comments
 (0)