pygnmi
pygnmi copied to clipboard
Feature: Distribute the whl file when publishing to pypi
I suggest you distribute the whl file, not only the source code when publishing the package to pypi.
It makes building cross compatible packages that include all wheel files possible for everyone.
For instance, trying to run (from a Windows machine):
pip download --only-binary=:all: --platform manylinux_2_17_x86_64 .
On a setup.py that has pygnmi willl fail with
Could not find a version that satisfies the requirement pygnmi (from <package>) (from versions: none)
Hey @dlopes7 , That sounds good, we will add it to the next release.