From a50053324e0e53971c50c64e07443d2bca98d3cd Mon Sep 17 00:00:00 2001 From: Madison May Date: Mon, 22 Jun 2015 11:21:38 -0400 Subject: [PATCH] FIX: don't import version number on install --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5dbf095..d752024 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,6 @@ """ Setup for indico apis """ -from indicoio import VERSION try: from setuptools import setup @@ -10,7 +9,7 @@ except ImportError: setup( name="IndicoIo", - version=VERSION, + version="0.7.3", packages=[ "indicoio", "indicoio.text",