Hi there. I'm not sure whether this belongs here or in the -dev mailing list - do correct me if I'm wrong.
Is trac's way of specifying Components and ExtentionPoints (and extending these) implemented using setuptools's entry_points mechanism, or does it implement these in another way? I was thinking in the lines of using trac.core in other component-based projects. But the information captured in trac.core is very much the same as you'd need in a setup.py if you want to package a component as an egg. So - if all those mechanisms in trac are implemented by means of setuptools, it makes writing stuff in setup.py a bit redundant... And if so - you guys may actually have written some more stuff that could help automate such a process? -i _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
