Browse Source

Fix readme.md for PyPi.

master
Trevor Irons 3 years ago
parent
commit
c57dda3252
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      python/setup.py

+ 1
- 1
python/setup.py View File

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(

Loading…
Cancel
Save