ソースを参照

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
         if self.distribution.has_ext_modules():
19
         if self.distribution.has_ext_modules():
20
             self.install_lib = self.install_platlib
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
     long_description = fh.read()
23
     long_description = fh.read()
24
 
24
 
25
 setup(
25
 setup(

読み込み中…
キャンセル
保存