Skip to content

Commit 6a7da4e

Browse files
committed
add comments to explain about test pypi package name
1 parent ce1b26a commit 6a7da4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# For test deployment with package AWSIoTPythonSDK. The package name has already taken. Therefore we used an
2+
# alternative name for test pypi.
3+
# prod_pypi : AWSIoTPythonSDK
4+
# test_pypi : AWSIoTPythonSDK-V1
15
import sys
26
sys.path.insert(0, 'AWSIoTPythonSDK')
37
import AWSIoTPythonSDK

0 commit comments

Comments
 (0)