79666126

Date: 2025-06-14 20:13:50
Score: 0.5
Natty:
Report link

If you want to manipulate which files are put in the .tar.gz, you need to create a MANIFEST.in file and configure it as so:

prune .gitignore
prune .github

Then run this to build:

python pyproject.toml sdist

Examine the tar created under /dist

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: maticos