Distutil question

Chris Green cmg at dok.org
Thu Jun 10 13:38:47 EDT 2004


Steve Menard <steve.menard at videotron.ca> writes:

> How do I go about distributing those files so that a source
> dsitribution will compile properly? should I rename them to .h files
> instead?

The way I always fix this type of thing is to create a MANIFEST.in
and add

recursive-include src *.hpp to it.
-- 
Chris Green <cmg at dok.org>
Laugh and the world laughs with you, snore and you sleep alone.



More information about the Python-list mailing list