diff --git a/setup.py b/setup.py index c24d949b..2968ca9c 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup NAME='ShopifyAPI' -execfile('shopify/version.py') +exec(open('shopify/version.py').read()) DESCRIPTION='Shopify API for Python' LONG_DESCRIPTION="""\ The ShopifyAPI library allows python developers to programmatically