Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package properties are missing a license value #39

Closed
AndrewJanuary opened this issue Jul 3, 2018 · 1 comment
Closed

Package properties are missing a license value #39

AndrewJanuary opened this issue Jul 3, 2018 · 1 comment

Comments

@AndrewJanuary
Copy link
Contributor

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

  1. Run pip show octopose
  2. 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)
@AndrewJanuary
Copy link
Contributor Author

Closing. Fixed in v0.2.4. Further improvements in v0.2.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant