Skip to content

Commit

Permalink
fixed publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Dec 24, 2023
1 parent 30fa0d9 commit be83af2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
from setuptools import setup, find_packages

# Get the long description from the README file
with open("README.md") as f:
long_description = f.read()

setup(
name="py-jelastic",
version="0.0.2",
version="0.0.3",
description="Jelastic API client library",
long_description=long_description,
url="https://github.com/Onemind-Services-LLC/py-jelastic",
author="Abhimanyu Saharan",
author_email="[email protected]",
Expand Down

0 comments on commit be83af2

Please sign in to comment.