Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

fix(build,#119,#155): fix Windows installation by using setuptools-entry-points #181

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

ankostis
Copy link

@ankostis ankostis commented Jun 8, 2018

...instead of problematic scripts setup.py keyword.

Note that this the console_scripts setuptools entry-point is is now the officially "blessed" way to generated executable scripts:
https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts

@ankostis ankostis force-pushed the fixconsolescript branch from e582642 to 4fbdeb3 Compare June 8, 2018 14:23
@ankostis ankostis force-pushed the fixconsolescript branch from 0b09a7f to 66fad0c Compare June 8, 2018 16:28
@ankostis ankostis force-pushed the fixconsolescript branch 2 times, most recently from 96b3a37 to ecd5c72 Compare June 8, 2018 16:51
@ankostis
Copy link
Author

ankostis commented Jun 8, 2018

Should be ready for merge now.

@ankostis ankostis force-pushed the fixconsolescript branch from ecd5c72 to d1bb205 Compare June 8, 2018 16:53
@ankostis ankostis force-pushed the fixconsolescript branch from d1bb205 to 3dea7a4 Compare June 8, 2018 23:20
console-script...

to fix launching on Windows.
Also this is now the officially "blessed" way to generated executables:
  https://packaging.python.org/guides/distributing-packages-using-setuptools/#scripts
@ankostis ankostis force-pushed the fixconsolescript branch from 3dea7a4 to 3af878c Compare June 8, 2018 23:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant