update readme and setup for long description

This commit is contained in:
rowanc1
2014-07-03 15:50:34 -07:00
parent 2dbc50ed90
commit aa74826c19
2 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ CLASSIFIERS = [
import os, os.path
with open("README.md") as f:
with open("README.rst") as f:
LONG_DESCRIPTION = ''.join(f.readlines())
setup(