Update setup.py

This commit is contained in:
Brandon Taylor
2017-03-21 06:10:58 -04:00
committed by GitHub
parent 1990e6653e
commit 9fa1fb13a5
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
try:
README = open('README').read()
README = open('README.rst').read()
except:
README = None