aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 72baf7c48a2ef73d794301ed584db5c91f32a9f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[metadata]
name = qc
version = 0.0.1
author = Frederick M. Muriithi
description = Quality control app for average and standard-error files
url = http://git.genenetwork.org/fredmanglis/gnqc_py

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

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