mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-09 14:59:26 +01:00
release 0.1.5
This commit is contained in:
parent
be2726da18
commit
f008986633
@ -31,6 +31,8 @@ except ImportError:
|
|||||||
import json
|
import json
|
||||||
import yaml
|
import yaml
|
||||||
|
|
||||||
|
__version__ = '0.1.5'
|
||||||
|
|
||||||
PY3 = sys.version_info[0] == 3
|
PY3 = sys.version_info[0] == 3
|
||||||
if PY3:
|
if PY3:
|
||||||
basestring = str
|
basestring = str
|
||||||
|
4
setup.py
4
setup.py
@ -6,11 +6,11 @@ try:
|
|||||||
except:
|
except:
|
||||||
readme = ''
|
readme = ''
|
||||||
|
|
||||||
version = '0.1.4'
|
from podman_compose import __version__ as podman_compose_version
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='podman-compose',
|
name='podman-compose',
|
||||||
version=version,
|
version=podman_compose_version,
|
||||||
description="A script to run docker-compose.yml using podman",
|
description="A script to run docker-compose.yml using podman",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
Loading…
Reference in New Issue
Block a user