In article <roy-fdf804.20545811062...@news.panix.com>, Roy Smith <r...@panix.com> wrote:
>setup( > name = "Mongo Reporter", > version = "0.0", > entry_points = { > 'nose.plugins.1.10': ['mongoreporter = mongo_reporter.MongoReporter'], > }, > ) The problem turned out to be the syntax of the entry_point declaration. It should have been "mongo_reporter:MongoReporter" (colon, not dot, delimiting the module from the class). Still strugging to get my head fully around setuptools :-) -- http://mail.python.org/mailman/listinfo/python-list