Skip to content

docs: update plugin packaging guide for pyproject.toml#2653

Open
RamiNoodle733 wants to merge 1 commit intosimonw:mainfrom
RamiNoodle733:fix/issue-2554-pyproject-docs
Open

docs: update plugin packaging guide for pyproject.toml#2653
RamiNoodle733 wants to merge 1 commit intosimonw:mainfrom
RamiNoodle733:fix/issue-2554-pyproject-docs

Conversation

@RamiNoodle733
Copy link
Copy Markdown

@RamiNoodle733 RamiNoodle733 commented Mar 6, 2026

Summary

  • replace setup.py-based examples in docs/writing_plugins.rst with pyproject.toml examples
  • switch packaging command from python3 setup.py sdist to python3 -m build
  • update static/template asset packaging examples to use [tool.setuptools.package-data]

Testing

  • Not run locally (docs-only change).

Fixes #2554


📚 Documentation preview 📚: https://datasette--2653.org.readthedocs.build/en/2653/

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.

Update writing plugins docs to cover pyproject.toml not setup.py

1 participant