"Arnar Birgisson" <[EMAIL PROTECTED]> writes: > Maybe this is a bit offtopic, but how do I define an entry point? From > the setuptools docs I saw that it can be done in setup.py, which puts > it in the egg-metadata - but there's no egg for a quickstarted project > that I'm running in place, is there?
There is a directory named "<project-name>.egg-info" that is the same thing and will be the EGG_INFO inside your egg. :-) (Wow! Did you miss yourself?) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

