Skip to content

Commit

Permalink
fix: description failed to render
Browse files Browse the repository at this point in the history
  • Loading branch information
hoosnick committed Feb 28, 2024
1 parent d7c8bd5 commit 51abd41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_version():

def get_description():
"""
Read full description from 'README.rst'
Read full description from 'README.md'
:return: description
:rtype: str
Expand Down Expand Up @@ -81,6 +81,7 @@ def get_requirements(filename=None):
maintainer_email='info@juniorlar.uz',
description='Async/Sync Python Eskiz.uz SMS Gateway',
long_description=get_description(),
long_description_content_type='text/markdown',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
Expand Down

0 comments on commit 51abd41

Please sign in to comment.