summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves <yvesf-git@xapek.org>2016-02-06 19:33:31 +0100
committerYves <yvesf-git@xapek.org>2016-02-06 19:33:31 +0100
commit990a18870834be6dc0c55e19cc17f848b974757c (patch)
tree79edfb36f8d7508c595b5ab20df9d69bd712dc4f
parent4fb7d2e1c0e9e80038148163650f47e69270e80a (diff)
parentfee1afcb74fc0ad052845a9e9863b92d59007096 (diff)
downloadfuse-httpfs-990a18870834be6dc0c55e19cc17f848b974757c.tar.gz
fuse-httpfs-990a18870834be6dc0c55e19cc17f848b974757c.zip
Merge pull request #2 from satreix/patch-1
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",