diff options
author | Yves <yvesf-git@xapek.org> | 2016-02-06 19:33:31 +0100 |
---|---|---|
committer | Yves <yvesf-git@xapek.org> | 2016-02-06 19:33:31 +0100 |
commit | 990a18870834be6dc0c55e19cc17f848b974757c (patch) | |
tree | 79edfb36f8d7508c595b5ab20df9d69bd712dc4f /setup.py | |
parent | 4fb7d2e1c0e9e80038148163650f47e69270e80a (diff) | |
parent | fee1afcb74fc0ad052845a9e9863b92d59007096 (diff) | |
download | fuse-httpfs-990a18870834be6dc0c55e19cc17f848b974757c.tar.gz fuse-httpfs-990a18870834be6dc0c55e19cc17f848b974757c.zip |
Merge pull request #2 from satreix/patch-1
setup: fix typo
Diffstat (limited to 'setup.py')
-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", |