textual-paint/setup.cfg

28 lines
608 B
INI
Raw Normal View History

2023-04-30 00:30:46 +03:00
[metadata]
name = textual_paint
version = 0.1.0
2023-05-01 04:37:21 +03:00
description = MS Paint in the terminal, built with Textual
long_description = file: README.md
long_description_content_type = text/markdown
author = Isaiah Odhner
author_email = isaiahodhner@gmail.com
license = MIT
url = https://github.com/1j01/textual-paint
keywords = tui, terminal, paint, drawing, art, graphics, text, textual, rich, ansi, ansi-art, mspaint
2023-04-30 00:30:46 +03:00
[options]
packages = find:
install_requires =
textual
rich
stransi
pyperclip
[options.extras_require]
dev =
watchdog
psutil
wallpaper =
appscript
pyxdg
PyGObject