diff options
author | Peter Amstutz | 2020-04-06 12:46:38 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-04-06 12:46:38 -0400 |
commit | fd137721188b0044b9259b3a9aed14c155477888 (patch) | |
tree | e1faa26b9fcaa188f02d1409517ecc0f15a0086a /setup.py | |
parent | bd8608e32072b6898342b32e3f146483b25a27d6 (diff) | |
download | bh20-seq-resource-fd137721188b0044b9259b3a9aed14c155477888.tar.gz bh20-seq-resource-fd137721188b0044b9259b3a9aed14c155477888.tar.lz bh20-seq-resource-fd137721188b0044b9259b3a9aed14c155477888.zip |
Now uploads data
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |