Why can't I include these data files in a Python distribution using distutils?
- by froadie
I'm writing a setup.py file for a Python project so that I can distribute it. The aim is to eventually create a .egg file, but I'm trying to get it to work first with distutils and a regular .zip.
This is an eclipse pydev project and my file structure is something like this:
ProjectName
src
somePackage
module1.py
…