Spaces:
Configuration error
Configuration error
Delete setup.cfg
Browse files
setup.cfg
DELETED
@@ -1,39 +0,0 @@
|
|
1 |
-
[metadata]
|
2 |
-
name = edge-srt-to-speech
|
3 |
-
version = 0.0.22
|
4 |
-
author = rany
|
5 |
-
author_email = [email protected]
|
6 |
-
description = Use Microsoft Edge's TTS to convert SubRip to speech
|
7 |
-
long_description = file: README.md
|
8 |
-
long_description_content_type = text/markdown
|
9 |
-
url = https://github.com/rany2/edge-srt-to-speech
|
10 |
-
project_urls =
|
11 |
-
Bug Tracker=https://github.com/rany2/edge-srt-to-speech/issues
|
12 |
-
classifiers =
|
13 |
-
Programming Language :: Python :: 3
|
14 |
-
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
15 |
-
Operating System :: OS Independent
|
16 |
-
|
17 |
-
[options]
|
18 |
-
package_dir=
|
19 |
-
= src
|
20 |
-
packages = find:
|
21 |
-
python_requires = >=3.7
|
22 |
-
install_requires =
|
23 |
-
edge-tts==6.1.12
|
24 |
-
pysrt==1.1.2
|
25 |
-
tqdm==4.66.4
|
26 |
-
|
27 |
-
[options.packages.find]
|
28 |
-
where=src
|
29 |
-
|
30 |
-
[options.entry_points]
|
31 |
-
console_scripts =
|
32 |
-
edge-srt-to-speech = edge_srt_to_speech.__main__:main
|
33 |
-
|
34 |
-
[options.extras_require]
|
35 |
-
dev =
|
36 |
-
black
|
37 |
-
isort
|
38 |
-
pylint
|
39 |
-
# mypy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|