mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-07-21 18:19:30 +00:00
4ef7fedd9b
Drop version from plugin.json so the skill (which evolves independently of pytheory releases) is versioned by git SHA — every pushed commit is a new version installed users pick up. sync-skill now stamps only the marketplace manifest's informational version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
538 B
JSON
14 lines
538 B
JSON
{
|
|
"name": "composing-with-pytheory",
|
|
"displayName": "Composing with PyTheory",
|
|
"description": "Compose music with PyTheory — progressions, melodies, drums, and full arrangements rendered to audio or MIDI from pure Python.",
|
|
"author": {
|
|
"name": "Kenneth Reitz",
|
|
"email": "me@kennethreitz.org"
|
|
},
|
|
"homepage": "https://pytheory.org",
|
|
"repository": "https://github.com/kennethreitz/pytheory-skill",
|
|
"license": "MIT",
|
|
"keywords": ["music", "music-theory", "composition", "midi", "audio", "synthesis", "pytheory"]
|
|
}
|