Re: [Distutils] programmatically adding entry points

2007-04-24 Thread Antoine Pitrou
Le mardi 24 avril 2007 à 12:45 -0400, Phillip J. Eby a écrit : > At 05:27 PM 4/24/2007 +0200, Antoine Pitrou wrote: > >I've read the pkg_resources API (*) and I don't see any way of > >programmatically registering a (possibly temporary) entry-point. The > >only documented way to add entry points is

Re: [Distutils] programmatically adding entry points

2007-04-24 Thread Phillip J. Eby
At 05:27 PM 4/24/2007 +0200, Antoine Pitrou wrote: >I've read the pkg_resources API (*) and I don't see any way of >programmatically registering a (possibly temporary) entry-point. The >only documented way to add entry points is to write setup scripts. >But if I want to write unit tests for entry p

[Distutils] programmatically adding entry points

2007-04-24 Thread Antoine Pitrou
hello, First, I don't know if this is the right mailing-list for asking questions about pkg_resources. If it isn't, please be kind to point me to the right place. I've read the pkg_resources API (*) and I don't see any way of programmatically registering a (possibly temporary) entry-point. The o