瀏覽代碼

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(

Loading…
取消
儲存