Some updates

This commit is contained in:
rany
2021-06-05 17:47:02 +03:00
parent 0336cfc4cf
commit bc99f10b51
9 changed files with 2 additions and 65 deletions

3
.gitignore vendored
View File

@@ -7,4 +7,5 @@
!README.md
!setup.py
!src
!src/**
!src/edgeTTS
!src/edgeTTS/**

View File

@@ -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.

View File

@@ -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

View File

@@ -1 +0,0 @@

View File

@@ -1 +0,0 @@
edgeTTS

View File

@@ -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`.

View File

@@ -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

View File

@@ -1 +0,0 @@

View File

@@ -1 +0,0 @@
edgeTTS