-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
62 lines (58 loc) · 1.57 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
[metadata]
name = caretta
version = 0.2.0
description = Fast multiple protein structure alignment
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/TurtleTools/caretta
author = Janani Durairaj, Mehmet Akdel
author_email = janani.durairaj@gmail.com
license = MIT License
license_files = LICENSE
classifiers =
Intended Audience :: Science/Research
Operating System :: Microsoft :: Windows
Operating System :: POSIX
Operating System :: Unix
Operating System :: MacOS
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Bio-Informatics
project_urls =
; Documentation =
Source = https://github.com/TurtleTools/caretta
Tracker = https://github.com/TurtleTools/caretta/issues
[options]
zip_safe = False
packages =
caretta
caretta/app
platforms = any
include_package_data = True
install_requires =
geometricus @ git+https://github.com/TurtleTools/geometricus.git
biopython
pyparsing
python_requires = >=3.9
scripts =
bin/caretta-app
bin/caretta-cli
[bdist_wheel]
universal = 1
[options.entry_points]
console_scripts =
caretta = caretta.__main__:main
[options.extras_require]
GUI =
dash==1.3.1
dash-bio==0.1.4
cryptography
dash-core-components==1.2.1
dash-html-components==1.0.1
dash-renderer==1.1.0
plotly==3.7.1
flask