Skip to content

Commit fd0f7e2

Browse files
author
Jean-Tiare Le Bigot
committed
fix pypi README.rst
Signed-off-by: Jean-Tiare Le Bigot <jean-tiare.le-bigot@corp.ovh.com>
1 parent 82e875a commit fd0f7e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use_setuptools()
99
from setuptools import setup, find_packages
1010

11+
# Read README.rst content
12+
with open('README.rst') as f:
13+
readme = f.read()
1114

1215
setup(
1316
name = "ovh",
@@ -16,6 +19,7 @@
1619
author = "Jean-Tiare Le Bigot",
1720
author_email = "jean-tiare.le-bigot@corp.ovh.com",
1821
description = "Official OVH.com API wrapper",
22+
long_description = readme,
1923
license = "BSD",
2024
keywords = "ovh sdk rest",
2125
url = "http://api.ovh.com",

0 commit comments

Comments
 (0)