Re: Cython development
Greg Ewing <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Arc Riley wrote: > We've received at least a dozen complaints ... > that we haven't actually complied with > the GPL's requirements in the "source" release since the .c sources are > not what is intended to be modified For GPL compliance, you just need to release the .pyx files as well -- perhaps in a separate download, if you want to keep the size down for people only wanting to install. -- Greg