Fix bug with version import when installing

This commit is contained in:
Bastien Bonnefoy 2019-03-19 13:25:18 +00:00
parent 4b9763f196
commit 77d54a0661

View file

@ -1,6 +1,6 @@
import setuptools
from portainer_cli import __version__
__version__ = '0.3.0'
with open('README.md', 'r') as fh:
long_description = fh.read()