Skip to content

Commit

Permalink
Update package directory discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
aykevl committed Jul 9, 2017
1 parent b3290d5 commit 7374c14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -3,9 +3,7 @@
from distutils.core import setup
import os

ROOT = os.path.dirname(__file__)
if not ROOT:
ROOT = '.'
ROOT = os.path.abspath(os.path.dirname(__file__))

VERSION='1.0.9'

Expand Down

0 comments on commit 7374c14

Please sign in to comment.