Hello,
I am working on converting a custom setup.py to a paste like setup so
the project can be installed using egg setup much easier.

One of the files we need to add is config.xml. Currently we put it in
/etc/projectname/config.xml.

Obviously this won't work for virtual env that doesn't have system
permissions. Where would you guys recommend such files should be
inserted?
.projectname/confix.xml
some other folder? Maybe inside the virtualenv libs folder? or?

Thanks,
Lucas

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to