From 62a2392fc930c7fe60a7f69884423ed659e5ff90 Mon Sep 17 00:00:00 2001 From: Slater-Victoroff Date: Mon, 5 May 2014 00:59:26 -0400 Subject: [PATCH] Hopefully fixed markdown --- README => README.md | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/setup.py b/setup.py index 2377fb2..fb2bdc7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( version = '0.2.0', packages = ["IndicoIo",], license = "MIT License (See LICENSE)", - long_description = open("README").read(), + long_description = open("README.md").read(), url = "http://www.indico.io", author = "Alec Radford, Slater Victoroff", author_email = "Alec Radford , Slater Victoroff ",