Skip to content

Commit 4c18dea

Browse files
authored
Update pyproject.toml
1 parent b5eb4fd commit 4c18dea

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pyproject.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
[tool.poetry]
22
name = "tkinter_layout_helpers"
33
version = "0.2.0"
4-
description = ""
4+
description = "A library which is intended to simplify a placement of widgets with .grid() and .pack() methods"
55
authors = ["insolor <insolor@gmail.com>"]
6+
license = "MIT"
7+
readme = "README.md"
8+
homepage = "https://github.com/insolor/tkinter_layout_helpers"
9+
repository = "https://github.com/insolor/tkinter_layout_helpers"
10+
keywords = ["tkinter", "grid", "pack"]
11+
classifiers = [
12+
"Development Status :: 4 - Beta",
13+
"Operating System :: OS Independent",
14+
"License :: OSI Approved :: MIT License",
15+
"Intended Audience :: Developers",
16+
"Topic :: Software Development :: Libraries :: Python Modules",
17+
]
618

719
[tool.poetry.dependencies]
820
python = "^3.7"

0 commit comments

Comments
 (0)