Skip to content

Commit 20c6998

Browse files
committed
remove unnecessary absolute path variable
1 parent 1b07791 commit 20c6998

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from os import path
21

32
try:
43
from setuptools import setup
@@ -9,7 +8,6 @@
98
"for installing setuptools"
109
)
1110

12-
here = path.abspath(path.dirname(__file__))
1311

1412
with open("README.md", "r") as fh:
1513
long_description = fh.read()

0 commit comments

Comments
 (0)