Skip to content

Add PyPI packaging metadata to pyproject.toml - #37

Merged
aarmey merged 1 commit into
mainfrom
pypi-metadata
Sep 3, 2026
Merged

Add PyPI packaging metadata to pyproject.toml#37
aarmey merged 1 commit into
mainfrom
pypi-metadata

Conversation

@aarmey

@aarmey aarmey commented Sep 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Add license = "MIT" (LICENSE file already present)
  • Add classifiers: Development Status :: 3 - Alpha, Intended Audience :: Science/Research, Topic :: Scientific/Engineering :: Bio-Informatics, and supported Python versions
  • Add keywords: anndata, single-cell, sparse, compression
  • Add project.urls: Homepage, Repository, Documentation, Issues

Resolves #14.

Test plan

  • uv build succeeds and produces sdist/wheel
  • Confirm rendered metadata looks correct on a test PyPI upload

🤖 Generated with Claude Code

Adds license, classifiers, keywords, and project.urls so the PyPI
listing is fleshed out for release.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@aarmey
aarmey merged commit 3831615 into main Sep 3, 2026
4 checks passed
@aarmey
aarmey deleted the pypi-metadata branch September 3, 2026 22:03
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.

Add PyPI packaging metadata to pyproject.toml

1 participant