Skip to content

Commit adbd465

Browse files
committed
setup.py: Actually pass long_description_content_type
It of course also needs to be passed to the setup function... :] Otherwise we get: Checking dist/btrfs-14.1.tar.gz: PASSED with warnings WARNING `long_description_content_type` missing. defaulting to `text/x-rst`.
1 parent ce023f1 commit adbd465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def get_version():
3939
version=version,
4040
description='Python module to interact programmatically with an online btrfs file system',
4141
long_description=long_description,
42+
long_description_content_type=long_description_content_type,
4243
author='Hans van Kranenburg',
4344
author_email='[email protected]',
4445
url='https://github.com/knorrie/python-btrfs',

0 commit comments

Comments
 (0)