mitsuhiko / platter

A useful helper for wheel deployments.
Other
335 stars 52 forks source link

Call describe_package() after prebuild script #29

Closed sgillies closed 6 years ago

sgillies commented 9 years ago

This allows pre-setup dependencies of C extension modules to be satisfied before setup.py --version is run . Without this, extension modules that depend on, e.g., Cython or Numpy's C headers can't be built.

I should have included this as a part of #1. Sorry about the omission.