-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
40 lines (36 loc) · 983 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
[metadata]
name = SMBL
author = Karel Brinda
author-email = [email protected]
summary = SnakeMake Bioinformatics Library.
description-file = README.rst
home-page = http://github.com/karel-brinda/smbl
requires-python = >=3.2
license = MIT
keywords = Bioinformatics, Computational Biology, Next-Generation Sequencing, Snakemake, Pipelines
zip_safe = False
supported-platform = Linux, MacOS, CygWin
classifier =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Operating System :: Unix
Topic :: Scientific/Engineering :: Bio-Informatics
[files]
packages =
smbl
smbl.utils
smbl.fasta
smbl.prog
smbl.prog.plugins
smbl.messages
extra_files =
setup.py
README.rst
[global]
setup-hooks = pbr.hooks.setup_hook
[pbr]
warnerrors = True