diff --git a/setup.py b/setup.py index dae5a810..e08c441d 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,8 @@ from setuptools import setup +from shopify.version import VERSION + NAME = "ShopifyAPI" -exec(open("shopify/version.py").read()) DESCRIPTION = "Shopify API for Python" LONG_DESCRIPTION = """\ The ShopifyAPI library allows python developers to programmatically