Skip to content

Commit d2198c5

Browse files
committed
Add long_description to setup.py
1 parent 58e6c0d commit d2198c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ def setup(**kwargs):
106106
setup (name = 'fuse-python',
107107
version = __version__,
108108
description = 'Bindings for FUSE',
109+
long_description = """This is a Python interface to libfuse (https://github.com/libfuse/libfuse),
110+
a simple interface for userspace programs to export a virtual filesystem to the Linux kernel""",
109111
classifiers = classifiers,
110112
license = 'LGPL',
111113
platforms = ['posix'],

0 commit comments

Comments
 (0)