From fee1afcb74fc0ad052845a9e9863b92d59007096 Mon Sep 17 00:00:00 2001 From: Steve Barrau Date: Sat, 6 Feb 2016 13:57:18 +0100 Subject: setup: fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.1