diff --git a/setup.py b/setup.py index 7c891f1..95acbc2 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ packages = [ # About dict to store version and package info about = dict() -with open(os.path.join(here, 'maya', '__version__.py'), 'r', 'utf-8') as f: +with open(os.path.join(here, 'maya', '__version__.py'), 'r', encoding='utf-8') as f: exec(f.read(), about) setup(