Update setup.py
This commit is contained in:
parent
073ec3417e
commit
ecc6f260cb
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
|
@ -5,12 +5,12 @@ with open("requirements.txt") as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="voxtelesys_integration",
|
name="voxtelesys_integration",
|
||||||
version="1.0.0",
|
version="2.0.0",
|
||||||
description="Voxtelesys Voice API integration for ERPNext Helpdesk",
|
description="3CX/Voxtelesys inbound call webhook for Frappe Helpdesk",
|
||||||
author="Broadcast Management Group",
|
author="Broadcast Management Group",
|
||||||
author_email="it@broadcastmgmt.com",
|
author_email="it@broadcastmgmt.com",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue