Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change setup to use setuptools instead of distutils. #757

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

robfalck
Copy link
Contributor

Summary

setup.py now uses setuptools instead of the deprecated distutils.core.
Removed version test that relied on distutils.LooseVersion - testing against version is no longer necessary as the minimum supported OpenMDAO version is more recent.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

Removed version test that relied on distutils.LooseVersion - testing against version is no longer necessary as the minimum supported OpenMDAO version is more recent.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.0005%) to 95.489% when pulling 225b1a3 on robfalck:i756 into f4d1705 on OpenMDAO:master.

@robfalck robfalck requested a review from swryan May 31, 2022 13:00
@robfalck robfalck merged commit 85663d7 into OpenMDAO:master Jun 2, 2022
@robfalck robfalck deleted the i756 branch August 25, 2022 16:07
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.

Replace deprecated distutils with setuptools
3 participants