Some updates
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# edge-tts
|
# 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()
|
long_description = fh.read()
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="edgeTTS",
|
name="edge-tts",
|
||||||
version="0.0.1",
|
version="0.0.1",
|
||||||
author="rany",
|
author="rany",
|
||||||
author_email="ranygh@riseup.net",
|
author_email="ranygh@riseup.net",
|
||||||
@@ -28,7 +28,7 @@ setuptools.setup(
|
|||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GPLv3 License",
|
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
package_dir={"": "src"},
|
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
|
||||||
Reference in New Issue
Block a user