We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e6c0d commit d2198c5Copy full SHA for d2198c5
1 file changed
setup.py
@@ -106,6 +106,8 @@ def setup(**kwargs):
106
setup (name = 'fuse-python',
107
version = __version__,
108
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""",
111
classifiers = classifiers,
112
license = 'LGPL',
113
platforms = ['posix'],
0 commit comments