From fd137721188b0044b9259b3a9aed14c155477888 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 6 Apr 2020 12:46:38 -0400 Subject: Now uploads data --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index acff69b..d5c71b2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ try: except ImportError: tagger = egg_info_cmd.egg_info -install_requires = [] +install_requires = ["arvados-python-client"] needs_pytest = {"pytest", "test", "ptr"}.intersection(sys.argv) pytest_runner = ["pytest < 6", "pytest-runner < 5"] if needs_pytest else [] @@ -35,7 +35,7 @@ setup( tests_require=["pytest<5"], entry_points={ "console_scripts": [ - "bh20sequploader=bh20sequploader.main:main" + "bh20-seq-uploader=bh20sequploader.main:main" ] }, zip_safe=True, -- cgit v1.2.3