Use `license = "Apache-2.0"` in all templates
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 230
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open {{cookiecutter.hyphenated}}/pyproject.toml and inspect the license declaration linked in the issue. Run python -m build against the generated template to confirm whether the warning remains. Done means the template uses the requested Apache-2.0 license value and the build no longer emits that warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100