Some updates
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,4 +7,5 @@
|
|||||||
!README.md
|
!README.md
|
||||||
!setup.py
|
!setup.py
|
||||||
!src
|
!src
|
||||||
!src/**
|
!src/edgeTTS
|
||||||
|
!src/edgeTTS/**
|
||||||
|
|||||||
@@ -1,22 +0,0 @@
|
|||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
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 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
edgeTTS
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
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`.
|
|
||||||
|
|
||||||
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
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 +0,0 @@
|
|||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
edgeTTS
|
|
||||||
Reference in New Issue
Block a user