{
  "id": "python/setuptools-missing-license-file-manifest",
  "signature": "warning: sdist: standard file not found: should have one of README, README.txt, README.rst",
  "signature_zh": "警告：sdist：未找到标准文件：应包含 README、README.txt 或 README.rst 之一",
  "regex": "warning:\\ sdist:\\ standard\\ file\\ not\\ found:\\ should\\ have\\ one\\ of\\ README,\\ README\\.txt,\\ README\\.rst",
  "domain": "python",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "MANIFEST.in or setup.cfg does not include required metadata files for sdist.",
  "root_cause_type": "generic",
  "root_cause_zh": "MANIFEST.in 或 setup.cfg 未包含 sdist 所需的元数据文件。",
  "versions": [
    {
      "version": "3.10",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "3.11",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "PyPI may reject the upload or the package appears unmaintained.",
      "fail_rate": 0.6,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Does not fix the build process; next build omits it again.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "",
      "success_rate": 0.95,
      "how": "echo 'include README.md' >> MANIFEST.in\npython -m build",
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "success_rate": 0.9,
      "how": "[project]\nreadme = \"README.md\"\n# then: python -m build",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": null,
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.83,
  "fix_success_rate": 0.8,
  "resolvable": "true",
  "first_seen": "2025-01-15",
  "last_confirmed": "2025-01-01",
  "last_updated": "2025-01-01",
  "evidence_count": 0,
  "tags": [],
  "locale": "en",
  "aliases": []
}