diff --git a/setup.cfg b/setup.cfg index 054b213..9d29bf0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aspeak -version = 0.1 +version = 0.1.1 author = Levi Zim author_email = rsworktech@outlook.com description = A simple text-to-speech client using azure TTS API(trial). @@ -25,5 +25,9 @@ install_requires = requests azure-cognitiveservices-speech +[options.entry_points] +console_scripts = + aspeak = aspeak.__main__:main + [options.packages.find] where = src \ No newline at end of file