When building the wheel that will be published to PyPi, the IDENTITY file is not included as part of the wheel. This PR ensures that it is. As a result of this change, a user should be able to run vctl install volttron-platform-driver and see the identity default to platform.driver. But there is a bug noted in the vctl install command at https://github.com/eclipse-volttron/volttron-core/issues/119. Right now, users should still follow the installation guidance in the README, namely to use vctl install volttron-platform-driver --vip-identity platform.driver
When building the wheel that will be published to PyPi, the IDENTITY file is not included as part of the wheel. This PR ensures that it is. As a result of this change, a user should be able to run
vctl install volttron-platform-driver
and see the identity default toplatform.driver
. But there is a bug noted in thevctl install
command at https://github.com/eclipse-volttron/volttron-core/issues/119. Right now, users should still follow the installation guidance in the README, namely to usevctl install volttron-platform-driver --vip-identity platform.driver
References:
https://python-poetry.org/docs/pyproject/#include-and-exclude