We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b07791 commit 20c6998Copy full SHA for 20c6998
1 file changed
setup.py
@@ -1,4 +1,3 @@
1
-from os import path
2
3
try:
4
from setuptools import setup
@@ -9,7 +8,6 @@
9
8
"for installing setuptools"
10
)
11
12
-here = path.abspath(path.dirname(__file__))
13
14
with open("README.md", "r") as fh:
15
long_description = fh.read()
0 commit comments