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

Update setup.py to reflect license #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rajlaud
Copy link
Contributor

@rajlaud rajlaud commented Oct 24, 2024

Summary 📝

The home assistant maintainers run automated license checks that rely on pypi classifiers. I've updated setup.py to reflect the fact that this project is released under the unlicense.

Checks

  • Closed #798
  • Tested Changes
  • Stakeholder Approval

@rajlaud
Copy link
Contributor Author

rajlaud commented Oct 24, 2024

Here is where the HA devs are asking for the change:
home-assistant/core#128843 (comment)

@@ -34,6 +34,7 @@ def read_requirements(path):
setup(
name="victron_ble",
version=read("victron_ble", "VERSION"),
license="Unlicense",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be sure to also add the classifiers, it depends on your build system if it is able to automatically mark it as such

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

Successfully merging this pull request may close these issues.

2 participants