Need this import
This commit is contained in:
parent
b49408c6c4
commit
3a5f0cdef8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
from os import path
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
here = path.abspath(path.dirname(__file__))
|
here = path.abspath(path.dirname(__file__))
|
||||||
|
|
||||||
with open(path.join(here, "README.md"), encoding="utf-8") as f:
|
with open(path.join(here, "README.md"), encoding="utf-8") as f:
|
||||||
|
|
Loading…
Reference in a new issue