-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
41 lines (38 loc) · 974 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
[metadata]
name = biopython.convert
author = Nolan Woods
author_email = [email protected]
summary = Interconvert various file formats supported by biopython. Supports querying records with JMESPath.
description-file = README.rst
description-content-type = text/x-rst; charset=UTF-8
home-page = https://github.com/brinkmanlab/biopython-convert
license = MIT Amended
classifier =
Environment :: Console
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: POSIX
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering :: Bio-Informatics
keywords =
convert
biopython
bioinformatics
gff
genbank
embl
filter
fasta
fastq
[files]
packages =
biopython_convert
[entry_points]
console_scripts =
biopython.convert = biopython_convert.__main__:main
pbr.config.drivers =
plain = pbr.cfg.driver:Plain
[bdist_wheel]
universal = 1
[options]
test_suite = tests