|
1 | | -[build-system] |
2 | | -requires = ["setuptools"] |
3 | | -build-backend = "setuptools.build_meta" |
4 | | - |
5 | | -[project] |
6 | | -name = "tksheet" |
7 | | -description = "Tkinter table / sheet and treeview widget" |
8 | | -readme = "README.md" |
9 | | -version = "7.5.19" |
10 | | -authors = [{ name = "ragardner", email = "github@ragardner.simplelogin.com" }] |
11 | | -requires-python = ">=3.8" |
12 | | -license = "MIT" |
13 | | -license-files = ["LICENSE.txt"] |
14 | | -keywords = ["tkinter", "table", "widget", "tree", "treeview", "sheet", "grid", "tk"] |
15 | | -classifiers = [ |
16 | | - "Development Status :: 5 - Production/Stable", |
17 | | - "Intended Audience :: Developers", |
18 | | - "Topic :: Software Development :: Libraries", |
19 | | - "Programming Language :: Python :: 3.8", |
20 | | - "Programming Language :: Python :: 3.9", |
21 | | - "Programming Language :: Python :: 3.10", |
22 | | - "Programming Language :: Python :: 3.11", |
23 | | - "Programming Language :: Python :: 3.12", |
24 | | - "Programming Language :: Python :: 3.13", |
25 | | - "Programming Language :: Python :: 3.14", |
26 | | -] |
27 | | - |
28 | | -[project.urls] |
29 | | -Homepage = "https://github.com/ragardner/tksheet" |
30 | | -Documentation = "https://github.com/ragardner/tksheet/wiki/Version-7" |
31 | | -Changelog = "https://github.com/ragardner/tksheet/blob/master/docs/CHANGELOG.md" |
32 | | -Issues = "https://github.com/ragardner/tksheet/issues" |
33 | | -Funding = "https://github.com/ragardner" |
34 | | - |
35 | | -[tool.ruff] |
36 | | -line-length = 120 |
37 | | -fix = true |
38 | | - |
39 | | -[tool.ruff.lint] |
40 | | -extend-select = ["I", "F", "C4", "E", "B", "SIM"] |
41 | | -ignore = ["SIM401"] |
| 1 | +[build-system] |
| 2 | +requires = ["setuptools"] |
| 3 | +build-backend = "setuptools.build_meta" |
| 4 | + |
| 5 | +[project] |
| 6 | +name = "tksheet" |
| 7 | +description = "Tkinter table / sheet and treeview widget" |
| 8 | +readme = "README.md" |
| 9 | +version = "7.5.19" |
| 10 | +authors = [{ name = "ragardner", email = "github@ragardner.simplelogin.com" }] |
| 11 | +requires-python = ">=3.8" |
| 12 | +license = "MIT" |
| 13 | +license-files = ["LICENSE.txt"] |
| 14 | +keywords = ["tkinter", "table", "widget", "tree", "treeview", "sheet", "grid", "tk"] |
| 15 | +classifiers = [ |
| 16 | + "Development Status :: 5 - Production/Stable", |
| 17 | + "Intended Audience :: Developers", |
| 18 | + "Topic :: Software Development :: Libraries", |
| 19 | + "Programming Language :: Python :: 3.8", |
| 20 | + "Programming Language :: Python :: 3.9", |
| 21 | + "Programming Language :: Python :: 3.10", |
| 22 | + "Programming Language :: Python :: 3.11", |
| 23 | + "Programming Language :: Python :: 3.12", |
| 24 | + "Programming Language :: Python :: 3.13", |
| 25 | + "Programming Language :: Python :: 3.14", |
| 26 | +] |
| 27 | + |
| 28 | +[project.urls] |
| 29 | +Homepage = "https://github.com/ragardner/tksheet" |
| 30 | +Documentation = "https://github.com/ragardner/tksheet/wiki/Version-7" |
| 31 | +Changelog = "https://github.com/ragardner/tksheet/blob/master/docs/CHANGELOG.md" |
| 32 | +Issues = "https://github.com/ragardner/tksheet/issues" |
| 33 | +Funding = "https://github.com/ragardner" |
| 34 | + |
| 35 | +[tool.ruff] |
| 36 | +line-length = 120 |
| 37 | +fix = true |
| 38 | + |
| 39 | +[tool.ruff.lint] |
| 40 | +extend-select = ["I", "F", "C4", "E", "B", "SIM"] |
| 41 | +ignore = ["SIM401"] |
0 commit comments