소스 검색

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…
취소
저장