-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (45 loc) · 1.17 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
[metadata]
name = uncertainsci-web-demo
version = 1.0.0
description = a demonstration of UncertainSCI deployed on the web
long_description = file: README.rst
long_description_content_type = text/x-rst
author = UncertainSCI Developers
license = MIT License
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: JavaScript
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
keywords =
Python
Interactive
Web
Application
Framework
[options]
packages = find:
include_package_data = True
install_requires =
trame>=2.0
uncertainSCI>=1.0rc2
wslink
jsonpickle
# vtk
pandas
# numpy
# altair
# mpld3
plotly
# simput
# pydeck
[options.entry_points]
console_scripts =
uncertainsci-web-demo = uncertainsci_web_demo.app:main
jupyter_serverproxy_servers =
uncertainsci-web-demo = uncertainsci_web_demo.app.jupyter:jupyter_proxy_info