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 8e96448 commit f3521d1Copy full SHA for f3521d1
setup.py
@@ -3,7 +3,7 @@
3
import AWSIoTPythonSDK
4
currentVersion = AWSIoTPythonSDK.__version__
5
6
-from distutils.core import setup
+from setuptools import setup
7
setup(
8
name = 'AWSIoTPythonSDK',
9
packages=['AWSIoTPythonSDK', 'AWSIoTPythonSDK.core',
0 commit comments