File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tkinter_layout_helpers"
33version = " 0.2.0"
4- description = " "
4+ description = " A library which is intended to simplify a placement of widgets with .grid() and .pack() methods "
55authors = [" 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 ]
820python = " ^3.7"
You can’t perform that action at this time.
0 commit comments