Hi. I had a bunch of trouble with the setuptools extensions, so I wanted to try
the new cythonize command, but it doesn't correctly handle dependencies. I have
two files:
src/_proto.pxd, which is empty
src/_inrdb.pyx, which contains "from _proto cimport *"
and cythonize(['src/_inrdb.pyx'])
Hi. Could you add cypdb to the entrypoints so that I can run it after an egg
installation?
Also, it would be great if you mentioned how to submit bugs in the README. It
took me a while to find this list as the official bug submission channel.
Thanks,
Devin
__