Metadata-Version: 2.1
Name: ezcx
Version: 0.2.3
Summary: An application server for deploying Dialogflow CX Webhooks
Author-email: "Yvan J. Aquino" <yvan.aquino@cloud-colosseum.net>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: starlette
Requires-Dist: google-cloud-dialogflow-cx

# Troubleshooting assistance
- https://packaging.python.org/en/latest/tutorials/packaging-projects/
- https://twine.readthedocs.io/en/stable/

# Adding scripts in pyproject.toml
- https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#creating-executable-scripts

# Pre-release tagging guide
- https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme

