aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 3e579e05735786834d1cf5a159c4d1f102933bb9 (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
25
26
[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 =
    redis
    Flask
    jsonpickle
    mysqlclient
exclude = tests*
include_package_data = True

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