Skip to content

Commit eceb3fe

Browse files
committed
fix: long_description
1 parent 128a93f commit eceb3fe

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919

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

22-
long_description = """Python Low Level Client for CloudQuery Plugin
23-
=============================
22+
long_description = """
23+
Python Low Level Client for CloudQuery Plugin
24+
================================================
2425
2526
Overview
2627
-----------
@@ -35,7 +36,7 @@
3536
]
3637
setuptools.setup(
3738
name=name,
38-
version="0.0.8",
39+
version="0.0.9",
3940
description=description,
4041
long_description=long_description,
4142
author="CloudQuery LTD",

0 commit comments

Comments
 (0)