Update setup.py

master
Brandon Taylor 2017-03-21 06:10:58 -04:00 committed by GitHub
parent 1990e6653e
commit 9fa1fb13a5
1 changed files with 1 additions and 1 deletions

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