-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathsetup.cfg
85 lines (84 loc) · 2.49 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[metadata]
name = textual_paint
version = 0.4.0
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 = [email protected]
license = MIT
license_file = LICENSE.txt
license_files = LICENSE.txt
url = https://github.com/1j01/textual-paint
project_urls =
Source = https://github.com/1j01/textual-paint
Changelog = https://github.com/1j01/textual-paint/blob/main/CHANGELOG.md
keywords = tui, terminal, paint, drawing, art, graphics, text, textual, rich, ansi, ansi-art, mspaint
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
[options]
python_requires = >=3.10,<3.13
install_requires =
textual==0.38.1
rich==13.4.2
stransi==0.3.0
pyperclip==1.8.2
pyfiglet==0.8.post1
Pillow==9.5.0
[options.extras_require]
dev =
watchdog==6.0.0
psutil==5.9.0
types-Pillow==10.0.0.1
types-psutil==5.9.5.15
wallpaper =
appscript==1.2.2
pyobjc-framework-Quartz==9.2
pyxdg==0.28
PyGObject==3.42.1
[options.entry_points]
console_scripts =
textual-paint = textual_paint.paint:main
[options.package_data]
textual_paint =
localization/*/*.js
fonts/**
*.css
*.ans