Some updates
This commit is contained in:
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"},
|
||||
|
||||
Reference in New Issue
Block a user