mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
Some updates
This commit is contained in:
parent
da3b68210f
commit
0336cfc4cf
@ -1,3 +1,3 @@
|
||||
# edge-tts
|
||||
|
||||
Use Microsoft Edge's Online TTS from the Terminal or as a python module.
|
||||
Use Microsoft Edge's Online TTS from the terminal or as a python module. To install do `pip install edge-tts`.
|
||||
|
4
setup.py
4
setup.py
@ -15,7 +15,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
name="edgeTTS",
|
||||
name="edge-tts",
|
||||
version="0.0.1",
|
||||
author="rany",
|
||||
author_email="ranygh@riseup.net",
|
||||
@ -28,7 +28,7 @@ setuptools.setup(
|
||||
},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GPLv3 License",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
package_dir={"": "src"},
|
||||
|
22
src/edgeTTS.egg-info/PKG-INFO
Normal file
22
src/edgeTTS.egg-info/PKG-INFO
Normal file
@ -0,0 +1,22 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: edgeTTS
|
||||
Version: 0.0.1
|
||||
Summary: Microsoft Edge's TTS
|
||||
Home-page: https://github.com/rany2/edge-tts
|
||||
Author: rany
|
||||
Author-email: ranygh@riseup.net
|
||||
License: UNKNOWN
|
||||
Project-URL: Bug Tracker, https://github.com/rany2/edge-tts/issues
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
||||
Classifier: Operating System :: OS Independent
|
||||
Requires-Python: >=3.6
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
|
||||
# edge-tts
|
||||
|
||||
Use Microsoft Edge's Online TTS from the Terminal or as a python module.
|
||||
|
||||
|
8
src/edgeTTS.egg-info/SOURCES.txt
Normal file
8
src/edgeTTS.egg-info/SOURCES.txt
Normal file
@ -0,0 +1,8 @@
|
||||
LICENSE
|
||||
README.md
|
||||
setup.py
|
||||
src/edgeTTS/__init__.py
|
||||
src/edgeTTS.egg-info/PKG-INFO
|
||||
src/edgeTTS.egg-info/SOURCES.txt
|
||||
src/edgeTTS.egg-info/dependency_links.txt
|
||||
src/edgeTTS.egg-info/top_level.txt
|
1
src/edgeTTS.egg-info/dependency_links.txt
Normal file
1
src/edgeTTS.egg-info/dependency_links.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
src/edgeTTS.egg-info/top_level.txt
Normal file
1
src/edgeTTS.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
||||
edgeTTS
|
22
src/edge_tts.egg-info/PKG-INFO
Normal file
22
src/edge_tts.egg-info/PKG-INFO
Normal file
@ -0,0 +1,22 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: edge-tts
|
||||
Version: 0.0.1
|
||||
Summary: Microsoft Edge's TTS
|
||||
Home-page: https://github.com/rany2/edge-tts
|
||||
Author: rany
|
||||
Author-email: ranygh@riseup.net
|
||||
License: UNKNOWN
|
||||
Project-URL: Bug Tracker, https://github.com/rany2/edge-tts/issues
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
||||
Classifier: Operating System :: OS Independent
|
||||
Requires-Python: >=3.6
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
|
||||
# edge-tts
|
||||
|
||||
Use Microsoft Edge's Online TTS from the terminal or as a python module. To install do `pip install edge-tts`.
|
||||
|
||||
|
8
src/edge_tts.egg-info/SOURCES.txt
Normal file
8
src/edge_tts.egg-info/SOURCES.txt
Normal file
@ -0,0 +1,8 @@
|
||||
LICENSE
|
||||
README.md
|
||||
setup.py
|
||||
src/edgeTTS/__init__.py
|
||||
src/edge_tts.egg-info/PKG-INFO
|
||||
src/edge_tts.egg-info/SOURCES.txt
|
||||
src/edge_tts.egg-info/dependency_links.txt
|
||||
src/edge_tts.egg-info/top_level.txt
|
1
src/edge_tts.egg-info/dependency_links.txt
Normal file
1
src/edge_tts.egg-info/dependency_links.txt
Normal file
@ -0,0 +1 @@
|
||||
|
1
src/edge_tts.egg-info/top_level.txt
Normal file
1
src/edge_tts.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
||||
edgeTTS
|
Loading…
Reference in New Issue
Block a user