SciTools / cf-units

Units of measure as required by the Climate and Forecast (CF) Metadata Conventions
https://cf-units.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
64 stars 47 forks source link

pep518: purge legacy numpy workaround in setup.py #361

Open bjlittle opened 1 year ago

bjlittle commented 1 year ago

🚀 Pull Request

Description

This PR addresses some long outstanding technical debt, which thanks to pep518, we can finally tidy-up and simplify.

As a side-effect, developers can now easily build cf-units with python setup.py build_ext --inplace.