Skip to content

Commit

Permalink
Support callgen as executable module
Browse files Browse the repository at this point in the history
Move the callgenerator utility into the yate
library and add it as an executable entrypoint
  • Loading branch information
garw committed Apr 9, 2023
1 parent 9d1130f commit e58fb6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='python-yate',
version='0.4.0',
version='0.4.1',
packages=['yate'],
url='https://github.com/eventphone/python-yate',
license='MIT',
Expand All @@ -28,4 +28,9 @@
install_requires=[
'async_timeout',
],
entry_points={
"console_scripts": [
"yate_callgen=yate.callgen:main",
],
},
)
File renamed without changes.

0 comments on commit e58fb6f

Please sign in to comment.