Skip to content

Commit

Permalink
Fixed actual script not being included and upped version number to ac…
Browse files Browse the repository at this point in the history
…count for change.
  • Loading branch information
Red5d committed Jan 3, 2016
1 parent fdc4c2a commit 7b616a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
from setuptools import setup, find_packages
setup(
name = "docker-autocompose",
version = "1.0",
version = "1.0.1",
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'],
scripts = ['autocompose.py'],
entry_points={
'console_scripts': [
'autocompose = autocompose:main',
Expand Down

0 comments on commit 7b616a0

Please sign in to comment.