[project @ add script to launch copier daemon]
[htsworkflow.git] / setup.py
1 from setuptools import setup
2
3 setup(
4   name="uashelper",
5   description="some bots and other utilities to help deal with data from an illumina sequencer",
6   author="Diane Trout",
7   author_email="diane@caltech.edu",
8   packages=["uashelper"],
9   scripts=['scripts/spoolwatcher', 'scripts/copier'],
10 )