Skip to content

Commit

Permalink
change setup package name to loopercli
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Apr 29, 2019
1 parent c3d49df commit 172f60a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ open_pipelines/

dist/
looper.egg-info/
loopercli.egg-info/


*ipynb_checkpoints*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def get_static(name, condition=None):
long_description = open('README.md').read()

setup(
name="looper",
name="loopercli",
packages=["looper"],
version=version,
description="A pipeline submission engine that parses sample inputs and submits pipelines for each sample.",
Expand Down

0 comments on commit 172f60a

Please sign in to comment.