arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Use `entry_points` rather than `scripts` in `setup.py` #53

Open altendky opened 6 years ago

altendky commented 6 years ago

If you use entry_points in setup.py instead of scripts then you should get a .exe on Windows so it's actually directly runnable.

For example: https://github.com/altendky/misc/blob/b78763713675f4c2903aeaf3bb5d5872b3d3d762/experiments/basicpyqt5example/setup.py#L17-L21