Skip to content

Commit bef764f

Browse files
committed
feat: console script
1 parent a1fac6e commit bef764f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.cfg

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aspeak
3-
version = 0.1
3+
version = 0.1.1
44
author = Levi Zim
55
author_email = [email protected]
66
description = A simple text-to-speech client using azure TTS API(trial).
@@ -25,5 +25,9 @@ install_requires =
2525
requests
2626
azure-cognitiveservices-speech
2727

28+
[options.entry_points]
29+
console_scripts =
30+
aspeak = aspeak.__main__:main
31+
2832
[options.packages.find]
2933
where = src

0 commit comments

Comments
 (0)