eclipse-volttron / volttron-platform-driver

Apache License 2.0
0 stars 5 forks source link

Add IDENTITY to wheel #22

Closed bonicim closed 1 year ago

bonicim commented 2 years ago

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

References:

https://python-poetry.org/docs/pyproject/#include-and-exclude