Skip to content

Commit

Permalink
switch to looper on pypi; closes #227
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed May 26, 2020
1 parent 0f022ab commit f8328b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="loopercli",
name="looper",
packages=["looper"],
version=version,
description="A pipeline submission engine that parses sample inputs and submits pipelines for each sample.",
Expand All @@ -89,7 +89,7 @@ def get_static(name, condition=None):
scripts=scripts,
package_data={'looper': ['submit_templates/*']},
include_package_data=True,
test_suite="oldtests",
test_suite="tests",
tests_require=(["mock", "pytest"]),
setup_requires=(["pytest-runner"] if {"test", "pytest", "ptr"} & set(sys.argv) else []),
**extra
Expand Down

0 comments on commit f8328b0

Please sign in to comment.