Skip to content

Commit d4cbfa2

Browse files
author
Sam
committed
update setup.py: switch to README.md, specify encoding, and set markdown as description format
1 parent ca3489d commit d4cbfa2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup, find_packages
66

7-
with open('README.rst') as readme_file:
7+
with open('README.md', encoding='utf-8') as readme_file:
88
readme = readme_file.read()
99

1010
with open('HISTORY.rst') as history_file:
@@ -33,7 +33,8 @@
3333
description="Ujeebu Python SDK to interact with Ujeebu API",
3434
install_requires=requirements,
3535
license="GNU General Public License v3",
36-
long_description=readme + '\n\n' + history,
36+
long_description=readme,
37+
long_description_content_type='text/markdown',
3738
include_package_data=True,
3839
keywords='ujeebu_python',
3940
name='ujeebu_python',

0 commit comments

Comments
 (0)