-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
30 lines (27 loc) · 1.04 KB
/
pyproject.toml
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
[tool.poetry]
name = "htagui"
version = "0.0.0" # auto-updated
description = "GUI toolkit for creating beautiful applications for mobile, web, and desktop from a single python3 codebase"
authors = ["manatlan <[email protected]>"]
readme = 'README.md'
license="MIT"
keywords=['htag','gui', 'electron', "cef", "asyncio", "guy", "desktop", "web", "mobile", "http", "websocket", "html", "pyscript"]
homepage = "https://github.com/manatlan/htagui"
repository = "https://github.com/manatlan/htagui"
documentation = "https://github.com/manatlan/htagui"
classifiers = [
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: Apache Software License",
]
[tool.poetry.dependencies]
# https://python-poetry.org/docs/dependency-specification/
python = "^3.7"
htag = ">= 0.103"
[tool.poetry.dev-dependencies]
pytest = "^6"
pytest-cov = "^2.6"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"