Skip to content

Commit 2d281e6

Browse files
committed
feat(python): updated to 6.0.18
1 parent 755dc7e commit 2d281e6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

platform/python/setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# coding=utf-8
22

33
import setuptools
4-
import os
54

6-
here = os.path.abspath(os.path.dirname(__file__))
7-
8-
with open(os.path.join(here, "../../README.md"), "r") as fh:
5+
with open("README.md", "r") as fh:
96
long_description = fh.read()
107

118
setuptools.setup(

0 commit comments

Comments
 (0)