Closed swryan closed 3 months ago
Added the readme field to pyproject.toml.
readme
pyproject.toml
This is needed to populate the Project description on pypi.
Project description
The description was previously provided in setup.py, which has been replaced by pyproject.toml since the last release.
setup.py
None
marked as draft until #1093 is merged
coverage: 92.524% (-0.2%) from 92.73% when pulling 4a081534bf0a56ce10e30db852de0335c0065e53 on swryan:readme into ec59282f9286362637fb309ae0009a21b4e9a2ac on OpenMDAO:master.
Summary
Added the
readme
field topyproject.toml
.This is needed to populate the
Project description
on pypi.The description was previously provided in
setup.py
, which has been replaced bypyproject.toml
since the last release.Related Issues
Backwards incompatibilities
None
New Dependencies
None