Skip to content

Commit

Permalink
feat: console script
Browse files Browse the repository at this point in the history
  • Loading branch information
kxxt committed May 1, 2022
1 parent a1fac6e commit bef764f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = aspeak
version = 0.1
version = 0.1.1
author = Levi Zim
author_email = [email protected]
description = A simple text-to-speech client using azure TTS API(trial).
Expand All @@ -25,5 +25,9 @@ install_requires =
requests
azure-cognitiveservices-speech

[options.entry_points]
console_scripts =
aspeak = aspeak.__main__:main

[options.packages.find]
where = src

0 comments on commit bef764f

Please sign in to comment.