gak / pycallgraph

pycallgraph is a Python module that creates call graphs for Python programs.
GNU General Public License v2.0
1.83k stars 335 forks source link

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

Open ankostis opened 6 years ago

ankostis commented 6 years ago

...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 commented 6 years ago

Should be ready for merge now.