FIX: Added version changes and IndicoError

This commit is contained in:
Chris Lee
2015-06-09 19:27:59 -04:00
parent 0ccd07a651
commit b1575a2e9f
5 changed files with 16 additions and 12 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
"""
Setup for indico apis
"""
from indicoio import VERSION
try:
from setuptools import setup
except ImportError:
@@ -8,7 +10,7 @@ except ImportError:
setup(
name="IndicoIo",
version='0.7.0',
version=VERSION,
packages=[
"indicoio",
"indicoio.text",