-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
89 lines (76 loc) · 1.82 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[metadata]
# Meta data for the project as described in PEP 345
# field names are case-insensitive
name = biTK
version = 1.0.0
platform =
supported-platform=
summary = python tools for NGS sequence analysis
#description =
#description-file = README.txt
keywords = Bioinformatics tools for NGS
home_page = http://www.bi.a.u-tokyo.ac.jp
download-url =
author = Wei CAO
author_email = [email protected]
maintainer = Wei CAO
maintainer-email = [email protected]
license = GPL
classifier =
Topic :: Bioinformatics
Environment :: Other Environment
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Topic :: Documentation
Topic :: Text Processing :: General
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
requires-dist =
provides-dist =
obsoletes-dist =
#requires-python =
requires-externals =
project-url =
[global]
# Global options for Distutils2 shared with Distutil1
# commands =
# compiler =
# setup_hook =
[files]
# the root directory containing all packages.
# If not provided Distutils2 will use the current directory. *optional
packages_root =
# a list of packages the project includes *optional *multi
packages =
biTK
biTK.ngs
biTK.ngs.cluster
biTK.ngs.concurrent
biTK.ngs.data
biTK.ngs.statistics
biTK.ngs.statistics.sampling
biTK.ngs.io
biTK.ngs.sequence
biTK.ngs.sequence.align
biTK.ngs.SubMatrice
biTK.ngs.templates
biTK.ngs.utils
biTK.ngs.apps
extra_files =
README
README.md
LICENSE
MANIFEST
package_data =
biTK/ngs/templates/*.html
biTK/ngs/data/arab.txt
[build_ext]
# needed so that tests work without mucking with sys.path
#inplace = on
#[build_py]
#use-2to3 = True
[check]
strict = on
#all = on
[sdist]
#manifest-builders = package.module.Maker