mirror of
https://github.com/Hopiu/portainer-cli.git
synced 2026-04-07 16:31:00 +00:00
Fix bug with version import when installing
This commit is contained in:
parent
4b9763f196
commit
77d54a0661
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue