Clarify project licensing: GitHub/LICENSE show Apache-2.0 while pyproject/PyPI metadata say MIT
Hi,
I am trying to evaluate `swarms` for internal use, but I am blocked on vendoring and redistribution because the public licensing signals are inconsistent as of April 25, 2026.
What I can verify today:
- The GitHub repository surface shows `Apache-2.0`: https://github.com/kyegomez/swarms
- The checked-in `LICENSE` file is the Apache License 2.0 text: https://github.com/kyegomez/swarms/blob/master/LICENSE
- `pyproject.toml` on `master` declares `license = "MIT"` for `version = "11.0.0"`: https://github.com/kyegomez/swarms/blob/master/pyproject.toml
- PyPI for `swarms` `11.0.0` (released April 19, 2026) lists `License: MIT License (MIT)` and the classifier `OSI Approved :: MIT License`: https://pypi.org/project/swarms/
Can you clarify which license is intended for the repository and release artifacts?
What would resolve this cleanly:
1. Confirm the intended license in this thread.
2. Align the repo UI/license file and the packaging metadata (`pyproject.toml`, PyPI metadata, classifiers).
3. Publish one consistent SPDX story for source and distribution artifacts going forward.
Until that is clarified, we are keeping vendoring and redistribution blocked on our side.
Thanks.
1 条评论