Skip to content

Commit 7374c14

Browse files
committed
1 parent b3290d5 commit 7374c14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
from distutils.core import setup
44
import os
55

6-
ROOT = os.path.dirname(__file__)
7-
if not ROOT:
8-
ROOT = '.'
6+
ROOT = os.path.abspath(os.path.dirname(__file__))
97

108
VERSION='1.0.9'
119

0 commit comments

Comments
 (0)