Skip to content

Commit be83af2

Browse files
committed
fixed publish to pypi
1 parent 30fa0d9 commit be83af2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
from setuptools import setup, find_packages
22

3+
# Get the long description from the README file
4+
with open("README.md") as f:
5+
long_description = f.read()
6+
37
setup(
48
name="py-jelastic",
5-
version="0.0.2",
9+
version="0.0.3",
610
description="Jelastic API client library",
11+
long_description=long_description,
712
url="https://github.com/Onemind-Services-LLC/py-jelastic",
813
author="Abhimanyu Saharan",
914
author_email="asaharan@onemindservices.com",

0 commit comments

Comments
 (0)