We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c3d38 commit 9ddaf26Copy full SHA for 9ddaf26
Makefile
@@ -13,6 +13,9 @@ test:
13
dist:
14
python setup.py sdist --formats gztar bdist_wheel
15
16
+check:
17
+ twine check dist/*.whl
18
+
19
release:
20
twine upload dist/*
21
README.rst
@@ -691,7 +691,7 @@ to all clients connected to session or to a specific connection:
691
opentok.play_dtmf(session_id, connection_id, digits)
692
693
Appending to the User Agent
694
--------
+---------------------------
695
696
You can append a string to the user agent that is sent with requests:
697
0 commit comments