-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsetup.cfg
More file actions
55 lines (51 loc) · 1.31 KB
/
setup.cfg
File metadata and controls
55 lines (51 loc) · 1.31 KB
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
[metadata]
name = kamodo
version = attr: kamodo.versioning._setuptools_version
author = Asher Pembroke
author_email = apembroke@gmail.com
description = A functional api for scientific data
url = https://github.com/ensemblegov/kamodo-core
license_file = LICENSE
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Operating System :: OS Independent
License :: OSI Approved
license = NASA OPEN SOURCE AGREEMENT VERSION 1.3
[options]
packages = kamodo
python_requires = >= 3.6
include_package_data = True
install_requires =
decorator>=4.4.2
numpy
scipy
sympy==1.5.1
pandas
plotly
pytest
hydra-core==0.11.3
Flask==1.1.2
flask-cors
flask-restful==0.3.8
antlr4-python3-runtime==4.7
python-forge
requests
incremental
pycapnp
pyOpenSSL
setup_requires =
incremental
[options.entry_points]
console_scripts =
kamodo = kamodo.cli.main:entry
kamodo-gui = kamodo.cli.gui:entry
kamodo-serve = kamodo.cli.api:main
kamodo-rpc = kamodo.cli.rpc:entry
gen-self-signed-cert = kamodo.rpc.gen_self_signed_cert:entry