mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
38 lines
856 B
INI
38 lines
856 B
INI
[metadata]
|
|
name = edge-tts
|
|
version = 6.0.5
|
|
author = rany
|
|
author_email = ranygh@riseup.net
|
|
description = Microsoft Edge's TTS
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/rany2/edge-tts
|
|
project_urls =
|
|
Bug Tracker=https://github.com/rany2/edge-tts/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir=
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.7
|
|
# Dependencies are in setup.py for GitHub's dependency graph.
|
|
|
|
[options.packages.find]
|
|
where=src
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
edge-tts = edge_tts.__main__:main
|
|
edge-playback = edge_playback.__main__:_main
|
|
|
|
[options.extras_require]
|
|
dev =
|
|
black
|
|
isort
|
|
mypy
|
|
pylint
|