textual-paint/setup.cfg

85 lines
2.5 KiB
INI
Raw Normal View History

2023-04-30 00:30:46 +03:00
[metadata]
name = textual_paint
2023-09-17 04:42:34 +03:00
version = 0.3.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
2023-06-27 23:15:56 +03:00
license_file = LICENSE.txt
2023-07-21 23:48:22 +03:00
license_files = LICENSE.txt
2023-05-01 04:37:21 +03:00
url = https://github.com/1j01/textual-paint
2023-09-06 03:11:32 +03:00
project_urls =
Source = https://github.com/1j01/textual-paint
Changelog = https://github.com/1j01/textual-paint/blob/main/CHANGELOG.md
2023-05-01 04:37:21 +03:00
keywords = tui, terminal, paint, drawing, art, graphics, text, textual, rich, ansi, ansi-art, mspaint
2023-06-27 23:15:56 +03:00
classifiers =
Environment :: Console
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Development Status :: 3 - Alpha
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Topic :: Artistic Software
Topic :: Communications :: BBS
Topic :: Communications :: Chat :: Internet Relay Chat
Topic :: Multimedia :: Graphics :: Editors :: Raster-Based
Topic :: Terminals
Topic :: Text Editors
Natural Language :: Arabic
Natural Language :: Chinese (Simplified)
Natural Language :: Chinese (Traditional)
Natural Language :: Czech
Natural Language :: Danish
Natural Language :: Dutch
Natural Language :: English
Natural Language :: Finnish
Natural Language :: French
Natural Language :: German
Natural Language :: Greek
Natural Language :: Hebrew
Natural Language :: Hungarian
Natural Language :: Italian
Natural Language :: Japanese
Natural Language :: Korean
Natural Language :: Norwegian
Natural Language :: Polish
Natural Language :: Portuguese
Natural Language :: Portuguese (Brazilian)
Natural Language :: Russian
Natural Language :: Slovak
Natural Language :: Slovenian
Natural Language :: Spanish
Natural Language :: Swedish
Natural Language :: Turkish
2023-04-30 00:30:46 +03:00
[options]
install_requires =
2023-09-21 23:14:02 +03:00
textual==0.38.1
rich==13.4.2
stransi==0.3.0
pyperclip==1.8.2
pyfiglet==0.8.post1
Pillow==9.5.0
2023-04-30 00:30:46 +03:00
[options.extras_require]
dev =
watchdog==3.0.0
psutil==5.9.0
types-Pillow==10.0.0.1
types-psutil==5.9.5.15
2023-04-30 00:30:46 +03:00
wallpaper =
appscript==1.2.2
pyobjc-framework-Quartz==9.2
pyxdg==0.28
PyGObject==3.42.1
2023-06-08 06:49:59 +03:00
[options.entry_points]
console_scripts =
textual-paint = textual_paint.paint:main
2023-06-27 22:12:42 +03:00
[options.package_data]
textual_paint =
2023-07-21 23:48:22 +03:00
localization/*/*.js
2023-06-27 22:12:42 +03:00
fonts/**
*.css
*.ans