mirror of
https://github.com/docker/compose.git
synced 2025-07-15 01:34:26 +02:00
10 lines
217 B
Python
10 lines
217 B
Python
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
|
|
import os
|
|
|
|
|
|
REPO_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', '..')
|
|
NAME = 'docker/compose'
|
|
BINTRAY_ORG = 'docker-compose'
|