-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
57 lines (49 loc) · 1.45 KB
/
pyproject.toml
File metadata and controls
57 lines (49 loc) · 1.45 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
56
57
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ctkchart"
version = "2.1.8"
authors = [{ name = "Thisal-D" }]
license = { file = "LICENSE" }
description = "ctkchart is a Python library for creating live updating line charts in customtkinter."
readme = "README.md"
requires-python = ">=3.0"
dynamic = ["dependencies", "optional-dependencies"]
[tool.setuptools.dynamic.dependencies]
file = ["requirements.txt"]
[tool.setuptools.dynamic.optional-dependencies.dev]
file = ["requirements-dev.txt"]
[classifiers]
programming-languages = ["Programming Language :: Python :: 3"]
licenses = ["License :: OSI Approved :: MIT License"]
operating-systems = ["Operating System :: OS Independent"]
development-status = ["Development Status :: 5 - Production/Stable"]
keywords = [
"tkchart",
"ctkchart",
"linechart",
"ctk linechart",
"tk linechart",
"tkinter",
"customtkinter",
"line chart in tkinter",
"line chart in customtkinter",
"customtkinter graphic-interface",
"tkinter graphic interface",
"tkinter widgets",
"customtkinter widgets",
"python-chart",
"tk",
"ctk",
"customtkinterassets",
"tkinterassets",
"ctk-components",
"tk-components",
"line-chart-for-python-tkinter",
"line-chart-for-python-customtkinter"
]
[project.urls]
homepage = "https://github.com/Thisal-D/ctkchart"
repository = "https://github.com/Thisal-D/ctkchart"
issues = "https://github.com/Thisal-D/ctkchart/issues"