We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30fa0d9 commit be83af2Copy full SHA for be83af2
setup.py
@@ -1,9 +1,14 @@
1
from setuptools import setup, find_packages
2
3
+# Get the long description from the README file
4
+with open("README.md") as f:
5
+ long_description = f.read()
6
+
7
setup(
8
name="py-jelastic",
- version="0.0.2",
9
+ version="0.0.3",
10
description="Jelastic API client library",
11
+ long_description=long_description,
12
url="https://github.com/Onemind-Services-LLC/py-jelastic",
13
author="Abhimanyu Saharan",
14
author_email="asaharan@onemindservices.com",
0 commit comments