Bug#470579: cython: python setup.py sdist doesn't include *.pxd

2008-12-28 Thread Greg Kochanski
It works now. Thanks! Ondrej Certik wrote: > Hi Greg! > > On Sat, Mar 22, 2008 at 12:10 AM, Ondrej Certik wrote: >> On Wed, Mar 12, 2008 at 2:49 AM, Greg Kochanski wrote: >>> Package: cython >>> Version: 0.9.6.12-1 >>> Severity: normal >>> >>> >>> >>> I have a project in a directory with >

Bug#470579: cython: python setup.py sdist doesn't include *.pxd

2008-12-19 Thread Ondrej Certik
Hi Greg! On Sat, Mar 22, 2008 at 12:10 AM, Ondrej Certik wrote: > On Wed, Mar 12, 2008 at 2:49 AM, Greg Kochanski wrote: >> Package: cython >> Version: 0.9.6.12-1 >> Severity: normal >> >> >> >> I have a project in a directory with >> .../lib/muscle.pyx >> .../lib/muscle.pxd >> et cetera >

Bug#470579: cython: python setup.py sdist doesn't include *.pxd

2008-03-21 Thread Ondrej Certik
On Wed, Mar 12, 2008 at 2:49 AM, Greg Kochanski <[EMAIL PROTECTED]> wrote: > Package: cython > Version: 0.9.6.12-1 > Severity: normal > > > > I have a project in a directory with > .../lib/muscle.pyx > .../lib/muscle.pxd > et cetera > > My setup.py is attached below.When I make a source

Bug#470579: cython: python setup.py sdist doesn't include *.pxd

2008-03-11 Thread Greg Kochanski
Package: cython Version: 0.9.6.12-1 Severity: normal I have a project in a directory with .../lib/muscle.pyx .../lib/muscle.pxd et cetera My setup.py is attached below.When I make a source distribution, it is created without the .pxd files: $ python setup.py sdist $ tar tvzf build/.tar