This repository was archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
53 lines (52 loc) · 1.37 KB
/
setup.cfg
File metadata and controls
53 lines (52 loc) · 1.37 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
[metadata]
name = sublib-cli
version = 1.3.0
url = https://github.com/TheFifthLeaf/sublib-cli
download_url = https://github.com/TheFifthLeaf/sublib-cli/archive/refs/tags/v1.3.0.zip
project_urls =
pypi = https://pypi.org/project/sublib-cli/
author = Dawid Jach
author_email = jach.developer@protonmail.com
license = GNU GPLv3
license_files = LICENSE
description = CLI implementation of the sublib package.
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
python
subtitle
subtitles
subrip
microdvd
mplayer
mplayer2
tmplayer
movies
mkv
converter
sublib
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Build Tools
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
[options]
zip_safe = False
install_requires =
chardet
sublib
tests_require =
pytest
pytest_mock
python_requires = >= 3.6
include_package_data = True
packages = find: