Skip to content

Commit

Permalink
add comments to explain about test pypi package name
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Apr 13, 2022
1 parent ce1b26a commit 6a7da4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup_test.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# For test deployment with package AWSIoTPythonSDK. The package name has already taken. Therefore we used an
# alternative name for test pypi.
# prod_pypi : AWSIoTPythonSDK
# test_pypi : AWSIoTPythonSDK-V1
import sys
sys.path.insert(0, 'AWSIoTPythonSDK')
import AWSIoTPythonSDK
Expand Down

0 comments on commit 6a7da4e

Please sign in to comment.