diff --git a/setup.py b/setup.py index 80f9f559def98a103d0511d47bcb0eb18110126e..aca233443ad050b5fc29ea5b515fe76827b707f0 100644 --- a/setup.py +++ b/setup.py @@ -17,14 +17,14 @@ # along with CloudControl. If not, see . from setuptools import setup, find_packages -import cccli +import cloudcontrol.cli import os ldesc = open(os.path.join(os.path.dirname(__file__), 'README')).read() setup( name='cc-cli', - version=cccli.version, + version=cloudcontrol.cli.version, description='CloudControl CLI', long_description=ldesc, author='Sébastien Luttringer',