-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
46 lines (42 loc) · 1.34 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
[metadata]
name = Annotations2Sub
version = 2.21.0
author = 我如天翼
author_email = wrtyis@outlook.com
description = Download and convert Youtube Annotations
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/USED255/Annotations2Sub
project_urls =
Bug Tracker = https://github.com/USED255/Annotations2Sub/issues
classifiers =
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
Environment :: Console
Natural Language :: Chinese (Simplified)
Natural Language :: English
Typing :: Typed
[options]
package_dir =
= src
packages = find:
python_requires = >=3.7
[options.packages.find]
where = src
exclude = tests
[options.entry_points]
console_scripts =
Annotations2Sub = Annotations2Sub.__main__:main
[options.package_data]
Annotations2Sub =
locales/zh/LC_MESSAGES/Annotations2Sub.mo
locales/en/LC_MESSAGES/Annotations2Sub.mo