Skip to content

Commit

Permalink
Merge pull request #2 from analyticstoolkit/cleanup
Browse files Browse the repository at this point in the history
minor typo fixes
  • Loading branch information
rodorad committed Mar 24, 2017
2 parents 08a9cbd + b4c30dc commit 7396477
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ include cluster-generate
include cluster-explore
include cluster-config
include cluster-push
include formula-args.yaml.tpl
include README.md
include formula-args.yaml.tpl
3 changes: 2 additions & 1 deletion cluster_config/explore.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import argparse
import sys

import cluster_config as cc
from cluster_config.cdh.cluster import Cluster


Expand All @@ -19,7 +20,7 @@ def cli(parser=None):


def main():
run(cluster_config.utils.cli.parse(cli()))
run(cc.utils.cli.parse(cli()))


def run(args, cluster=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Application author details:

# Packages
packages=["cluster_config","cluster_config/cdh","cluster_config/tests"],
packages=["cluster_config","cluster_config/cdh","cluster_config/tests", "cluster_config/utils"],

# Include additional files into the package
include_package_data=True,
Expand Down

0 comments on commit 7396477

Please sign in to comment.