Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3521d1

Browse files
authored
setup.py: Use setuptools instead of distutils (#305)
distutils is deprecated and will be gone in 3.12+ Signed-off-by: Khem Raj <[email protected]>
1 parent 8e96448 commit f3521d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import AWSIoTPythonSDK
44
currentVersion = AWSIoTPythonSDK.__version__
55

6-
from distutils.core import setup
6+
from setuptools import setup
77
setup(
88
name = 'AWSIoTPythonSDK',
99
packages=['AWSIoTPythonSDK', 'AWSIoTPythonSDK.core',

0 commit comments

Comments
 (0)