edge-tts/setup.cfg

32 lines
763 B
INI
Raw Normal View History

2021-06-05 21:49:14 +00:00
[metadata]
name = edge-tts
2021-12-03 22:47:53 +00:00
version = 3.0.1
2021-06-05 21:49:14 +00:00
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
2021-06-05 21:49:14 +00:00
install_requires =
2021-07-02 08:46:54 +00:00
aiohttp>=3.7.4.post0
2021-06-05 21:49:14 +00:00
[options.packages.find]
where=src
[options.entry_points]
console_scripts =
2021-12-03 22:47:53 +00:00
edge-tts = edgeTTS.__main__:main
2021-06-08 17:28:09 +00:00
edge-playback = edgePlayback.__init__:main