Skip to content

Commit 6a9f5c0

Browse files
committed
setup.py: add long description
1 parent c735ca2 commit 6a9f5c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44

55

66
version = '0.4.5'
7+
with open('README.md') as f:
8+
long_description = f.read()
79

810
setup(
911
name='upcloud-api',
1012
version=version,
1113
description='UpCloud API Client',
14+
long_description=long_description,
15+
long_description_content_type='text/markdown',
1216
author='Elias Nygren',
1317
maintainer='Mika Lackman',
1418
maintainer_email='mika.lackman@upcloud.com',

0 commit comments

Comments
 (0)