Skip to content

Commit 876b2be

Browse files
author
Michael Davis
committed
Release 0.2.0
1 parent 39d2689 commit 876b2be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ requests==2.6.0
1212
six==1.9.0
1313
wsgiref==0.1.2
1414
ecdsa==0.13
15-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from setuptools import setup
88

99

10-
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
10+
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
1111
long_description = readme.read()
1212

1313

0 commit comments

Comments
 (0)