From 19ea567705621ceb9a9188d61295b58523bd4053 Mon Sep 17 00:00:00 2001 From: daspecster Date: Thu, 22 Mar 2018 23:01:52 -0400 Subject: [PATCH] Fix error on installation #12. --- circle.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index b25ccfc..feedcf1 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ dependencies: - pip install --upgrade pip codecov - pip install -r requirements.txt # latest as of Nov. 7, 2016: 2.7.12, 3.4.5, 3.5.2 - - pyenv local 2.7.12 3.4.4 3.5.2 + - pyenv local 2.7.12 3.4.4 3.5.2 3.6 test: override: diff --git a/setup.py b/setup.py index 3f97cb4..179d7d9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ here = path.abspath(path.dirname(__file__)) -with open(path.join(here, 'README.md'), encoding='utf-8') as f: +with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.read() setup(