Skip to content

Commit 9162ff7

Browse files
committed
setup.py: Fix a twine warning.
1 parent eedc0d9 commit 9162ff7

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
@@ -27,6 +27,7 @@
2727
name='functionfs',
2828
description=next(x for x in long_description.splitlines() if x.strip()),
2929
long_description='.. contents::\n\n' + long_description,
30+
long_description_content_type='text/x-rst',
3031
keywords='linux usb gadget functionfs',
3132
version=versioneer.get_version(),
3233
author='Vincent Pelletier',

0 commit comments

Comments
 (0)