Skip to content

Commit 128a93f

Browse files
committed
chore: remove rst from bundle
1 parent 5099a2d commit 128a93f

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

readme.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

setup.py

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,14 @@
1919

2020
package_root = os.path.abspath(os.path.dirname(__file__))
2121

22-
readme_filename = os.path.join(package_root, "readme.rst")
23-
with io.open(readme_filename, encoding="utf-8") as readme_file:
24-
readme = readme_file.read()
22+
long_description = """Python Low Level Client for CloudQuery Plugin
23+
=============================
24+
25+
Overview
26+
-----------
27+
28+
This is low level gRPC APIs for CloudQuery Plugin. Please see more on [github.com/cloudquery/plugin-pb-pyton](https://github.com/cloudquery/plugin-pb-pyton)
29+
"""
2530

2631
packages = [
2732
package
@@ -30,9 +35,9 @@
3035
]
3136
setuptools.setup(
3237
name=name,
33-
version="0.0.7",
38+
version="0.0.8",
3439
description=description,
35-
long_description=readme,
40+
long_description=long_description,
3641
author="CloudQuery LTD",
3742
author_email="[email protected]",
3843
license="MPL-2.0",

0 commit comments

Comments
 (0)