distutils question-> Why data_files listed in setup.py being ignored?! How fix?
Terje Rosten
terjeros at phys.ntnu.no
Wed Oct 8 17:42:08 EDT 2003
* Christian Seberino
|
| Here is MANIFEST.in:
| =============================================
| include "somedata"
Try:
include somedata
- Terje
More information about the Python-list
mailing list