-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
23 lines (20 loc) · 771 Bytes
/
Copy pathsetup.cfg
File metadata and controls
23 lines (20 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
name = viaduc
version = 2.1.0
description = probably the simplest way to create a nice-looking gui using python
long_description_content_type = text/markdown
long_description =
Viaduc is probably the simplest way to create a nice-looking gui using python and tiny bit of html/css/js.

viaduc uses pywebview and [Bootstrap](https://getbootstrap.com/) to provide a gui for other tools and scripts.
keywords = gui, ui, webview, pywebview, tkinter
author = Diego Torres Milano
author_email = dtmilano@gmail.com
url = https://github.com/dtmilano/viaduc
license = Apache
[options]
packages = viaduc
install_requires =
argparse
pywebview>=5.3.2
forbiddenfruit