Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor authored May 26, 2023
1 parent b5eb4fd commit 4c18dea
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
[tool.poetry]
name = "tkinter_layout_helpers"
version = "0.2.0"
description = ""
description = "A library which is intended to simplify a placement of widgets with .grid() and .pack() methods"
authors = ["insolor <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/insolor/tkinter_layout_helpers"
repository = "https://github.com/insolor/tkinter_layout_helpers"
keywords = ["tkinter", "grid", "pack"]
classifiers = [
"Development Status :: 4 - Beta",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit 4c18dea

Please sign in to comment.