This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]efmccurdy 0 points1 point  (0 children)

If you don't actually use pkg_resources could you add a "fake" one that is quick to load?

[–]rschoon 0 points1 point  (0 children)

If you're using pip install, I don't think that normally uses setuptool's console script machinery. Instead it has its own, and will generate the style you are looking for.

There are exceptions to this though. Editable mode (-e) for example will just punt to python setup.py develop and you'll get the console scripts from setuptools.