Resolved missing README dependency

This commit is contained in:
AuroraTradingTeam
2017-11-07 21:32:15 +00:00
parent c5c592329e
commit c1da32bbb3
+1 -1
View File
@@ -5,7 +5,7 @@
from setuptools import setup, find_packages
with open('README.rst') as readme_file:
with open('README.md') as readme_file:
readme = readme_file.read()
with open('HISTORY.rst') as history_file: