From 876b2be46e21978265ff3005a47b377987525832 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Tue, 28 Apr 2015 23:17:19 -0500 Subject: [PATCH] Release 0.2.0 --- requirements.txt | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index df40c37c..6b705930 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,3 @@ requests==2.6.0 six==1.9.0 wsgiref==0.1.2 ecdsa==0.13 - diff --git a/setup.py b/setup.py index a275ab93..624ae34b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup -with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme: +with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: long_description = readme.read()