Last modified 4 years ago
If you are creating an egg distro, and your profiles, or other data files are not ending up in the egg you need to do one of these:
- Edit the *.egg-info/SOURCES.txt file to include your files
- Check out the egg using SVN, and setup tools will "magically" find the data files
- If you are using Git (or git-svn) you need to install the http://pypi.python.org/pypi/setuptools-git/0.3.3 setuptools-git plugin
