Skip to content

Commit

Permalink
fix install (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed May 22, 2018
1 parent d607c7d commit 1ce045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from setuptools import setup, find_packages
from setuptools.command.install import install
from setuptools.command.develop import develop
from matplotlib import get_configdir


PROJECT_ROOT = os.path.dirname(os.path.realpath(__file__))
Expand All @@ -15,6 +14,7 @@


def copy_styles():
from matplotlib import get_configdir
sd = os.path.join(get_configdir(), "stylelib")
source = os.path.dirname(os.path.realpath(__file__))
lsd = os.path.join(source, 'arviz', 'plots', 'styles')
Expand Down

0 comments on commit 1ce045d

Please sign in to comment.