Skip to content
Snippets Groups Projects
Commit 769405e0 authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

Fix setup.py version

parent b1ecbb84
No related branches found
No related tags found
No related merge requests found
......@@ -17,14 +17,14 @@
# along with CloudControl. If not, see <http://www.gnu.org/licenses/>.
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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment