summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Barrau <satreix@gmail.com>2016-02-06 13:57:18 +0100
committerSteve Barrau <satreix@gmail.com>2016-02-06 13:57:18 +0100
commitfee1afcb74fc0ad052845a9e9863b92d59007096 (patch)
tree79edfb36f8d7508c595b5ab20df9d69bd712dc4f
parent4fb7d2e1c0e9e80038148163650f47e69270e80a (diff)
downloadfuse-httpfs-fee1afcb74fc0ad052845a9e9863b92d59007096.tar.gz
fuse-httpfs-fee1afcb74fc0ad052845a9e9863b92d59007096.zip
setup: fix typo
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4f8da79..08a6c50 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
download_url="https://github.com/yvesf/fuse-httpfs/archive/v{}.tar.gz".format(version),
license='LICENSE.txt',
description='A fuse filesystem for common http Index of pages.',
- long_description=open('README.txt').read(),
+ long_description=open('README.md').read(),
install_requires=[
"fusepy",
"requests",