-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
[Chore] cleanup license indicators in light of SPDX #17259
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
Conversation
Signed-off-by: Aaron Pham <[email protected]>
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we need to fix project.license. The current value needs to be converted to project.license-files, and project.license needs to become an SPDX compatible license string. Could you make those updates?
|
edit: ah the previous format is deprecated. I have updated accordingly. |
Signed-off-by: Aaron Pham <[email protected]>
Co-authored-by: Russell Bryant <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
|
This request has broken the TPU V1 test w/ license issues: https://buildkite.com/vllm/ci/builds/18822#01967e3e-c737-4c3c-8ef3-c9bc9dc673d6 => ERROR [stage-0 8/9] RUN python3 setup.py develop 3.6s | ------ |
Signed-off-by: Aaron Pham <[email protected]> Co-authored-by: Russell Bryant <[email protected]>
|
Hi @aarnphm Fails with: |
|
sorry for the trouble! What we did here was based on https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license |
|
I will post a fix shortly |
Signed-off-by: Aaron Pham <[email protected]> Co-authored-by: Russell Bryant <[email protected]>
In PR vllm-project#17259, the license specification in `pyproject.toml` was updated to use the new format specified by PEP 639. The previous format has been deprecated. Support for this new format requires `setuptools>=77.0.3`. Update the requirements accordingly. For more details on the format, see: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: Aaron Pham <[email protected]> Co-authored-by: Russell Bryant <[email protected]> Signed-off-by: Mu Huai <[email protected]>
Signed-off-by: Aaron Pham <[email protected]> Co-authored-by: Russell Bryant <[email protected]> Signed-off-by: Yuqi Zhang <[email protected]>
This PR cleans up the license indicator within project description in light of the SPDX naming under
project.license, which vLLM already include.See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
Signed-off-by: Aaron Pham [email protected]