Since I'm new to pyramid & python (started both Friday), I'm not sure if I found a bug or am doing something wrong.
I didn't modify the MANIFEST.in file, but these 7 files are not deployed when I install the egg. CHANGES.txt MANIFEST.in README.txt development.ini production.ini setup.cfg setup.py The above 7 files are listed in the deployed EGG-INFO/SOURCES.txt file. Didn't notice until I looked for the deployed production.ini I need to specify in my .wsgi file. MANIFEST.in appears fine: include *.txt *.ini *.cfg *.rst recursive-include custapp *.ico *.png *.css *.gif *.jpg *.pt *.txt *.mak *.mako *.js *.html *.xml I'm using: python: 2.6.5 with virtualenv on Ubuntu 10.04 LTS pyramid: 1.2.6 scaffold: pyramid_starter Is this problem normal, or a bug, or am I doing something wrong? I already took a look at http://docs.python.org/distutils/sourcedist.html#the-manifest-in-template Thanks in advance and congrats on creating a fast & flexible framework! -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
