From 71226782fbe849278af9e4a5f79ae35583489b51 Mon Sep 17 00:00:00 2001 From: Spider Person Date: Fri, 20 Jun 2014 12:06:18 +0200 Subject: [PATCH] fix broken ref in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4cf7c47..003abae 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(fname): url = "https://github.com/zebrafishlabs/fastly-python", packages=['fastly', 'tests'], scripts=['bin/fastly_upload_vcl.py', 'bin/fastly_purge_url.py'], - long_description=read('README'), + long_description=read('README.md'), classifiers=[ "Development Status :: 3 - Alpha", "Topic :: Software Development :: Libraries :: Python Modules",