Use `license = "Apache-2.0"` in all templates
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- Python
- 星标
- 230
- 派生
- 14
- PR 合并指标
- 30 天内没有已合并 PR
描述
I've been using this:
But now I'm getting warnings from python -m build about it.
Should be:
license = "Apache-2.0"
TODO:
- https://github.com/simonw/python-lib/blob/main/%7B%7Bcookiecutter.hyphenated%7D%7D/pyproject.toml
- https://github.com/simonw/llm-plugin/blob/main/llm-%7B%7Bcookiecutter.hyphenated%7D%7D/pyproject.toml
- https://github.com/simonw/datasette-plugin/blob/main/datasette-%7B%7Bcookiecutter.hyphenated%7D%7D/pyproject.toml
- https://github.com/simonw/django-plugin/blob/main/%7B%7Bcookiecutter.hyphenated%7D%7D/pyproject.toml
- https://github.com/simonw/sqlite-utils-plugin/blob/main/sqlite-utils-%7B%7Bcookiecutter.hyphenated%7D%7D/pyproject.toml
- https://github.com/simonw/click-app/blob/main/%7B%7Bcookiecutter.hyphenated%7D%7D/pyproject.toml
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
打开 {{cookiecutter.hyphenated}}/pyproject.toml,检查 issue 中链接的许可证声明。对生成的模板运行 python -m build,以确认该警告是否仍然存在。完成的标准是模板使用请求的 Apache-2.0 许可证值,并且 build 不再发出该警告。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- build-system
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100