Skip to content

graphify kiro install fails — skill-kiro.md not included in package data #352

Description

@dev-khwajaf

Bug

graphify kiro install fails with:
FileNotFoundError: [Errno 2] No such file or directory: '.../site-packages/graphify/skill-kiro.md'

Steps to Reproduce

  1. pip3 install graphifyy
  2. graphify kiro install

Cause

skill-kiro.md (and likely other .md skill files in the graphify/ package directory) are not included in the package distribution. pyproject.toml needs to include these as package data.

Suggested Fix

Add to pyproject.toml:

[tool.setuptools.package-data]
graphify = ["*.md"]

Environment

Python 3.12.11 (mise)
macOS
Installed via pip from GitHub

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions