-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
51 lines (47 loc) · 1.28 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
[metadata]
name = portein
version = 0.0.1
description = 2D portraits of 3D protein structures
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/TurtleTools/portein
author = Janani Durairaj, Mehmet Akdel
author_email = [email protected]
license = MIT License
license_file = 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/portein
Tracker = https://github.com/TurtleTools/portein/issues
[options]
zip_safe = False
packages = find:
platforms = any
include_package_data = True
install_requires =
numpy
numba
prody
matplotlib
typer
Pillow
pyyaml
python_requires = >=3.9
[bdist_wheel]
universal = 1
[options.entry_points]
console_scripts =
portein = portein.__main__:app