@ -68,6 +68,7 @@ jobs:
git add \
TermTk/TTkCore/cfg.py \
TermTk/__init__.py \
setup.* \
CHANGELOG.md
git commit -m "chore: updated version to ${_VERSION}"
git push
@ -43,7 +43,7 @@ setup(
package_data={'dumbPaintTool': ['tui/*']},
python_requires=">=3.9",
install_requires=[
'pyTermTk>=0.41.0a1',
'pyTermTk>=',
'pyperclip',
'Pillow'],
entry_points={
@ -39,7 +39,7 @@ setup(
package_data={'ttkDesigner': ['tui/*']},