[11:51:24] <zesus_> Hello! We uploaded our first wheel of robotframework with "setup.py bdist_wheel upload". The uploaded wheel got python version 2.7, although it really is version independent. Does this matter? Should we do something for it to get version "any"?
[11:51:42] <zesus_> or does it make any difference?
[12:00:25] <zesus_> ionelmc: hum, that actually creates a file called robotframework-2.8.5-py2.py3-none-any.whl but leaves the py version to 2.7 at the downloads list.
[12:03:26] <zesus_> sorry for the ambiguity, I meant the py version column I see at pypi downloads.
[12:19:57] <ionelmc> zesus_: packaging mistakes usually require manual correction :)
[15:33:45] <nlloret_dba> it will always remove foo and reinstall it, even if the same version of the library is already installed
[15:34:17] <nlloret_dba> is any way to avoid this? I mean, any way to get "pip install foo --upgrade" to only reinstall the library when there is a version higher to be installed?
[15:34:23] <tomprince> Is there a way to get setuptools to install a console_script somewhere other than bin/ ?
[15:42:34] <nlloret_dba> Is there a way to use "pip install foo --upgrade" and only have foo re-installed when there is a newer version available (actually, pip ... --upgrade always does an uninstall + install)
[16:56:39] <nlloret_dba> Is there a way to use "pip install foo --upgrade" and only have foo re-installed when there is a newer version available (actually, pip ... --upgrade always does an uninstall + install)
[16:59:32] <dstufft> nlloret_dba: it should do that by default