-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
26 lines (24 loc) · 747 Bytes
/
setup.cfg
File metadata and controls
26 lines (24 loc) · 747 Bytes
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
[metadata]
name = chapter_converter
version = 1.2.1
description = Convert between several different video chapter file formats with ease.
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/fireattack/chapter_converter
author = fireattack
author_email =
license = MIT
license_file = LICENSE
project_urls =
Source = https://github.com/fireattack/chapter_converter
Tracker = https://github.com/fireattack/chapter_converter/issues
[options]
packages = chapter_converter
python_requires = >=3.7
install_requires =
chardet
pyperclip
[options.entry_points]
console_scripts =
chap = chapter_converter.chapter_converter:main
chapgui = chapter_converter.gui:gui