sorry this may be not understanding. i'm using set...
# general
b
sorry this may be not understanding. i'm using setup.py that has
Copy code
entry_points={
        'console_scripts': [
            'bootstrapper = bootstrapper.__main__:main',
        ],
    },