search-tweets-python
search-tweets-python copied to clipboard
Use console_scripts in setup.py to allow cross-platform compatibility for scripts
I am using the v2 branch and on Windows. The command-line utility does not work out of the box because the scripts are using unix shebangs. Please consider using console_scripts feature in setuptools: https://python-packaging-user-guide.readthedocs.io/guides/distributing-packages-using-setuptools/?highlight=scripts#console-scripts
Interesting. I have not tested the library on Windows. Could you make a pull request, assuming you have the code updates already?
Hi @lurk26 I'm hoping to investigate this, can you let me know what your Python environment looks like on Windows? This sounds like a good idea, and I'm keen to help if you're not able to send a PR? I have Python 3.8 and 3.9 installed from the MS Store here, would you recommend an alternative approach?
Short of a PR, is there README info that would help Windows developers?