Skip to content

setup.py: switch to setuptools - #12

Open
moto-timo wants to merge 1 commit into
rlisagor:masterfrom
moto-timo:distutils-to-setuptools
Open

setup.py: switch to setuptools#12
moto-timo wants to merge 1 commit into
rlisagor:masterfrom
moto-timo:distutils-to-setuptools

Conversation

@moto-timo

Copy link
Copy Markdown

In Python 3.10, 'distutils' has been deprecated and is slated for
removal in Python 3.12.

Switch from 'distutils.core' to 'setuptools'. This also allows for the
'wheel' binary archive format to be built with 'setup.py bdist_wheel'.

Signed-off-by: Tim Orling tim.orling@konsulko.com

In Python 3.10, 'distutils' has been deprecated and is slated for
removal in Python 3.12.

Switch from 'distutils.core' to 'setuptools'. This also allows for the
'wheel' binary archive format to be built with 'setup.py bdist_wheel'.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant