-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
53 lines (47 loc) · 1.23 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "FreeTVG-karjakak"
version = "3.5.15"
dependencies = [
"markdown>=3.3.4",
"pymdown-extensions>=9.0",
"treeview-karjakak>=1.8.1",
"excptr-karjakak>=0.1.0",
"demoji>=1.1.0",
"tomlkit>=0.11.6",
"darkdetect>=0.8.0",
"pdfkit>=1.0.0",
"addon_tvg-karjakak>=0.2.3",
"sqlmodel>=0.0.8",
"xmltodict>=0.13.0",
]
requires-python = ">=3.10"
authors = [{name = "karjakak", email = "kakkarja.github@gmail.com"}]
description = "Tree View Gui for outline treeview note."
readme = "README.md"
license = {file = "LICENSE"}
keywords = [
"TreeViewGui",
"TreeView Note",
"Note",
"MarkDown",
"Calculate Note",
]
classifiers = [
"Environment :: Win32 (MS Windows)",
"Environment :: MacOS X",
"Intended Audience :: End Users/Desktop",
"Topic :: Text Editors :: Text Processing",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: MIT License",
]
[project.urls]
Homepage = "https://github.com/kakkarja/FreeTVG#latest-notice"
[project.gui-scripts]
TVG = "TVG:main"
[tool.setuptools.packages.find]
where = ["."]
[tool.setuptools.package-data]
"*" = ["*.pdf", ".Bible/*.xml"]