-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
40 lines (38 loc) · 1013 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]
author = David Pattinson
author_email = [email protected]
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Programming Language :: Python
description = Plot dendropy trees.
download_url = https://github.com/organisation/eremitalpa/releases/latest
keywords = keyword0, keyword1, keyword2
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
maintainer = David Pattinson
maintainer_email = [email protected]
name = eremitalpa
platforms =
Linux
MacOS
Windows
url = https://github.com/organisation/eremitalpa
version = attr: eremitalpa.__version__
[options]
zip_safe = True
include_package_data = True
packages = find:
install_requires =
dendropy
matplotlib
scripts =
bin/ere-align-to-reference.py
bin/ere-filter-similar-hd.py
bin/ere-revcomp-match.py
bin/ere-convert-seq.py
bin/ere-make-chimera.py
bin/plot-labelled-phylogeny.py
bin/print-phylogeny-leaves.py
bin/ere-write-iqtree-ancestral-seqs.py