indygreg / indygreg/PyOxidizer
package LICENSE.txt does not exist
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
An default project without any additions includes the following build output:
package LICENSE.txt does not exist; excluding resources: ["LICENSE.txt"]
package README.txt does not exist; excluding resources: ["README.txt"]
adding empty module for missing package __phello__
adding empty module for missing package config-3
adding empty module for missing package config-3.7m-x86_64-linux-gnu
It may not be problematic, but excluding a LICENSE.txt doesnt sound good given the goals of this project.
And package FOO.txt .. and ...missing package config-3... look as though PyOxidizer is confused about how to handle files from the Python distribution.
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
Start by reproducing the default-project build described in the issue and trace the package/resource handling that emits the LICENSE.txt, README.txt, and config warnings. Review how files from the Python distribution are classified; done means the reported output is either corrected or its expected behavior is clearly established and covered by an appropriate test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100