Skip to content

Commit 9b79b22

Browse files
committed
Pass long_description_content_type into setup()
1 parent 24db195 commit 9b79b22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
maintainer_email='juju@lists.ubuntu.com',
4040
description=('Python library for Juju'),
4141
long_description=long_description,
42+
long_description_content_type=long_description_content_type,
4243
url='https://github.com/juju/python-libjuju',
4344
license='Apache 2',
4445
classifiers=[

0 commit comments

Comments
 (0)