Skip to content

Commit 11f2d4a

Browse files
committed
Update local_file_upload.py
Add script-level author meta-data.
1 parent 6dd5607 commit 11f2d4a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/local_file_upload.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@
4646
from webexteamssdk import WebexTeamsAPI
4747

4848

49+
__author__ = "Jeff Levensailor"
50+
__author_email__ = "[email protected]"
51+
__contributors__ = ["Chris Lunsford <[email protected]>"]
52+
__copyright__ = "Copyright (c) 2016-2019 Cisco and/or its affiliates."
53+
__license__ = "MIT"
54+
55+
4956
ROOM_ID = "<your_room_id>"
5057
FILE_PATH = "<the_path_to_the_local_file>"
5158

0 commit comments

Comments
 (0)