Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KitB committed Feb 18, 2016
1 parent 22c856e commit c00e414
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion compose_mode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import yaml


__version__ = '0.0.1'
DEFAULT_MODES_FILE = 'compose-modes.yml'


Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from setuptools import setup

import compose_mode

install_requires = [
'docker-compose',
'PyYAML >= 3.10, < 4',
Expand All @@ -23,7 +21,7 @@
setup(
# Metadata
name='compose-mode',
version=compose_mode.__version__,
version='0.0.2',
packages=['compose_mode'],
author='Kit Barnes',
author_email='[email protected]',
Expand Down

0 comments on commit c00e414

Please sign in to comment.