Skip to content

chore: complete pyproject.toml metadata for PyPI listing#36

Merged
Protocol-zero-0 merged 1 commit into
mainfrom
chore/pyproject-pypi-metadata
May 26, 2026
Merged

chore: complete pyproject.toml metadata for PyPI listing#36
Protocol-zero-0 merged 1 commit into
mainfrom
chore/pyproject-pypi-metadata

Conversation

@Protocol-zero-0

Copy link
Copy Markdown
Owner

Summary

  • v1.1.0 has been published to PyPI (pypi.org/project/evolution-kernel); the sdist there already carries this metadata. This PR makes the git tree match so future cuts inherit the same listing.
  • Pure metadata change — no runtime behavior, no API surface, no new dependency. README still says pip install evolution-kernel and it now actually works.
  • License classifier intentionally omitted (PEP 639: superseded by the license = "MIT" expression).

What lands in the PyPI listing

  • Authors: Protocol Zero
  • Keywords: agents, autonomous, evolution, llm, ai-coding, runtime, harness
  • Classifiers: Development Status :: 5 - Production/Stable; Python 3.10 / 3.11 / 3.12; Topic :: AI / Code Generators / Software Development
  • Project URLs: Homepage / Repository / Issues / Releases (all pointing at this repo)

Test plan

  • python -m build → wheel + sdist
  • twine check dist/* — PASSED both artifacts
  • twine upload dist/* — 1.1.0 live on PyPI
  • Fresh venv smoke test: pip install evolution-kernel + evolution-kernel --help works end-to-end
  • CI green on this PR

Match the metadata uploaded to PyPI for v1.1.0 so future cuts inherit
the same classifiers/keywords/urls/authors.

- Add authors (Protocol Zero)
- Add keywords: agents, autonomous, evolution, llm, ai-coding, runtime, harness
- Add classifiers: Development Status, Python 3.10/3.11/3.12, Topic :: AI / Code Generators / Software Development
- Add [project.urls]: Homepage, Repository, Issues, Releases
- License classifier omitted (PEP 639: superseded by license = "MIT" expression)

PyPI: https://pypi.org/project/evolution-kernel/1.1.0/
Copilot AI review requested due to automatic review settings May 26, 2026 08:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns pyproject.toml metadata with what’s already published on PyPI so future releases inherit the same, complete project listing information (authors, keywords, classifiers, and project URLs) without changing runtime behavior or dependencies.

Changes:

  • Added authors, keywords, and classifiers to [project] for richer PyPI metadata.
  • Added [project.urls] entries (Homepage/Repository/Issues/Releases) pointing to this GitHub repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Protocol-zero-0 Protocol-zero-0 merged commit c21cd92 into main May 26, 2026
6 checks passed
@Protocol-zero-0 Protocol-zero-0 deleted the chore/pyproject-pypi-metadata branch May 26, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants