We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3290d5 commit 7374c14Copy full SHA for 7374c14
setup.py
@@ -3,9 +3,7 @@
3
from distutils.core import setup
4
import os
5
6
-ROOT = os.path.dirname(__file__)
7
-if not ROOT:
8
- ROOT = '.'
+ROOT = os.path.abspath(os.path.dirname(__file__))
9
10
VERSION='1.0.9'
11
0 commit comments