Skip to content

Commit

Permalink
Install helpers package
Browse files Browse the repository at this point in the history
Nest helpers package in progressinsight package and reference it in
setup.py so that it gets installed.
  • Loading branch information
coreywright committed May 23, 2017
1 parent 8bb7870 commit 6cba394
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
name='progressinsight',
packages=['progressinsight'],
packages=['progressinsight', 'progressinsight.helpers'],
version='0.1.0',
description='Real-time workflow progress tracking',
author='Troy Larson',
Expand Down

0 comments on commit 6cba394

Please sign in to comment.