Some updates

This commit is contained in:
rany
2021-06-05 17:46:14 +03:00
parent da3b68210f
commit 0336cfc4cf
10 changed files with 67 additions and 3 deletions

View File

@@ -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"},