-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
43 lines (39 loc) · 967 Bytes
/
setup.cfg
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[metadata]
name = tssv
version = 1.1.2
description = Targeted characterisation of short structural variation.
long_description = file: README.rst
author = Jeroen F.J. Laros
author_email = J.F.J.Laros@lumc.nl
url = https://git.lumc.nl/j.f.j.laros/tssv
keywords = bioinformatics
license = MIT
classifiers =
Intended Audience :: Science/Research
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Topic :: Scientific/Engineering
[options]
packages = tssv, tssv_extras
package_dir =
tssv = tssv
tssv_extras = extras/annotate
install_requires =
biopython>=1.72
requests>=2.19.1
xopen>=1.1.0
tests_require =
fake-open>=0.0.1
pytest>=4.0.1
[options.package_data]
tssv =
sgAlign.h
sgAlignSSE.h
[options.entry_points]
console_scripts =
tssv = tssv.cli:main
tannotate = tssv_extras.annotate:main
[flake8]
per-file-ignores =
tssv/__init__.py: F401