Hi,
We use a lot Cython in our projects and stopped distributing C/C++
generated files as part of the _sources_ since it makes little sense:
* Processed files (C/C++ files) are not source files anymore (for
instance, Debian asked us to remove them)
* Those C/C++ files are likely dependent on Numpy ABI or on OpenMP
option which are likely to change on the build platform
For ~5 years, having Cython as build dependency did not show any major
drawback since the Python packaging matured a lot over this period of
time. I would advocate to change the documentation of Cython if
everybody agrees.
Cheers,
Jerome
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "cython-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
cython-users...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
--