Skip to content

Commit

Permalink
Makefile testpypi change
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalbala-nps committed Apr 26, 2020
1 parent 1d27cf4 commit 272a295
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ clean:

build:
python3 setup.py sdist bdist_wheel
echo dialogflowpy_webhook module has been successfully built. It is available in the dist directory
echo dialogflowpy_webhook module has been successfully built. It is available in the dist directory

testupload:
python3 -m twine upload --repository testpypi dist/*
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# dialogflowpy-webhook
[![Documentation Status](https://readthedocs.org/projects/dialogflowpy-webhook/badge/?version=latest)](https://dialogflowpy-webhook.readthedocs.io/en/latest/?badge=latest)

A Python module for parsing and creating Requests and Responses of Dialogflow Fulfillment Library. The [Dialogflow Fulfillment Library](https://cloud.google.com/dialogflow/docs/fulfillment-overview) allows you to connect natural language understanding and processing to your own system. Using Fulfillment, you can surface commands and information from your services to your users through a natural conversational interface.

This dialogflowpy-webhook module is intended to help build Python Dialogflow Fulfillment for multiple [integrations](https://cloud.google.com/dialogflow/docs/integrations/) including Google Assistant, Facebook and Telegram. It is expected to work for Slack and Line as well.
Expand Down

0 comments on commit 272a295

Please sign in to comment.