superduper icon indicating copy to clipboard operation
superduper copied to clipboard

Add a modern version of `pyproject.toml` to plugins

Open blythed opened this issue 10 months ago • 0 comments
trafficstars

Currently this is written to __init__.py. The modern approach is in pyproject.toml as in the main project:

[project]
name = "superduper-framework"
description = "🔮 Bring AI to your favourite database 🔮"
readme = "README.md"
version = '0.5.0.dev'

blythed avatar Jan 13 '25 14:01 blythed