浏览代码

Fix readme.md for PyPi.

master
Trevor Irons 3 年前
父节点
当前提交
c57dda3252
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      python/setup.py

+ 1
- 1
python/setup.py 查看文件

@@ -19,7 +19,7 @@ class InstallPlatlib(install):
19 19
         if self.distribution.has_ext_modules():
20 20
             self.install_lib = self.install_platlib
21 21
 
22
-with open("README.md", "r") as fh:
22
+with open("../README.md", "r") as fh:
23 23
     long_description = fh.read()
24 24
 
25 25
 setup(

正在加载...
取消
保存