diff options
author | Steve Barrau <satreix@gmail.com> | 2016-02-06 13:57:18 +0100 |
---|---|---|
committer | Steve Barrau <satreix@gmail.com> | 2016-02-06 13:57:18 +0100 |
commit | fee1afcb74fc0ad052845a9e9863b92d59007096 (patch) | |
tree | 79edfb36f8d7508c595b5ab20df9d69bd712dc4f | |
parent | 4fb7d2e1c0e9e80038148163650f47e69270e80a (diff) | |
download | fuse-httpfs-fee1afcb74fc0ad052845a9e9863b92d59007096.tar.gz fuse-httpfs-fee1afcb74fc0ad052845a9e9863b92d59007096.zip |
setup: fix typo
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |