FreeOpcUa / opcua-client-gui

OPC-UA GUI Client
GNU General Public License v3.0
534 stars 176 forks source link

Missing long_description in setup.py #96

Open GitBobAye opened 1 year ago

GitBobAye commented 1 year ago

When I attempted to build a Debian package (on Debian 12) an exception was raised. Adding the following to the setup.py file resolved the exception:

  long_description="Simple OPC-UA Client written using QT5",