What's the correct way to get access to files in the .egg-info directory 
(where I'm putting some custom configuration files)?  I got this far:

   req = pkg_resources.Requirement('ProjectName')
   pkg_resources.resource_string(req, 'filename')

But that gives me access to the base dir of the project, not the 
.egg-info dir.

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to