浏览代码

FIX setup.py

boyska 3 年之前
父节点
当前提交
a2f23a5bfb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -4,7 +4,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: