aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: df090718c1b5e699aaa2bb55661dded773770c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = qc
version = 0.0.1
author = Frederick M. Muriithi
author_email = not@my.email
description = Quality control app for average and standard-error files
long_description = file: README.org
long_description_content_type = text/org
url = http://git.genenetwork.org/fredmanglis/gnqc_py

[options]
packages =
    etc
    scripts
    quality_control
install_requires =
    rq
    python-magic
exclude = tests*
include_package_data = True

[options.entry_points]
console_scripts =
    qc = scripts.qc:main