Skip to content

setup.py: switch to setuptools#7

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

setup.py: switch to setuptools#7
moto-timo wants to merge 1 commit intobb4242:masterfrom
moto-timo:distutils-to-setuptools

Conversation

@moto-timo
Copy link

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

Switch from distutils.core to setuptools. This also allows 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' is deprecated and is slated for removal in
Python 3.12.

Switch from distutils.core to setuptools. This also allows 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