You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor and perhaps a bit pedantic. However this is probably useful for users who want to check the license type of their currently installed Octopose package locally (rather than relying on checking the repo or documentation). I think we can just add it here during the package setup: https://github.com/HuddleEng/octopose/blob/master/setup.py#L38-L41
Replication Steps
Run pip show octopose
Check the output Actual: License property has a value of 'unknown' Expected: The License property has a value which matches the current Octopose license type (currently MIT)
The text was updated successfully, but these errors were encountered:
Minor and perhaps a bit pedantic. However this is probably useful for users who want to check the license type of their currently installed Octopose package locally (rather than relying on checking the repo or documentation). I think we can just add it here during the package setup: https://github.com/HuddleEng/octopose/blob/master/setup.py#L38-L41
Replication Steps
pip show octopose
Actual: License property has a value of 'unknown'
Expected: The License property has a value which matches the current Octopose license type (currently MIT)
The text was updated successfully, but these errors were encountered: