mirror of
https://github.com/Red5d/docker-autocompose
synced 2026-01-03 15:18:01 +00:00
Added additional info to setup file.
This commit is contained in:
5
setup.py
5
setup.py
@@ -2,6 +2,11 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name = "docker-autocompose",
|
||||
version = "1.0",
|
||||
description = "Generate a docker-compose yaml definition from a running container",
|
||||
url = "https://github.com/Red5d/docker-autocompose",
|
||||
author = "Red5d",
|
||||
license = "GPLv2",
|
||||
keywords = "docker yaml container",
|
||||
packages = find_packages(),
|
||||
install_requires = ['pyaml>=15.8.2', 'docker-py>=1.6.0'],
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user