This repository was archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
71 lines (65 loc) · 1.91 KB
/
setup.cfg
File metadata and controls
71 lines (65 loc) · 1.91 KB
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
[metadata]
name = ttyrec2video
version = attr:ttyrec2video.__version__
description = Convert ttyrec files to videos
long_description = file:README.rst
long_description_content_type = text/x-rst
author = John Thorvald Wodder II
author_email = ttyrec2video@varonathe.org
license = MIT
license_files = LICENSE
url = https://github.com/jwodder/ttyrec2video
keywords =
mp4
NAO
nethack.alt.org
playback
playttyrec
recording
terminal
ttyplay
ttyrec
video
classifiers =
Development Status :: 3 - Alpha
#Development Status :: 4 - Beta
#Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: MIT License
Environment :: Console
Environment :: Console :: Curses
Intended Audience :: End Users/Desktop
Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Topic :: Multimedia :: Video
Topic :: Multimedia :: Video :: Conversion
Topic :: Terminals :: Terminal Emulators/X Terminals
project_urls =
Source Code = https://github.com/jwodder/ttyrec2video
Bug Tracker = https://github.com/jwodder/ttyrec2video/issues
[options]
packages = find:
package_dir =
=src
python_requires = ~=3.6
install_requires =
attrs >= 18.2
click ~= 7.0
imageio ~= 2.1
importlib-resources ~= 3.0
numpy ~= 1.13
Pillow == 8.*
pyte ~= 0.7.0
requests ~= 2.20
include_package_data = True
zip_safe = False
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
ttyrec2video = ttyrec2video.__main__:main