Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a modern version to pyproject.toml to plugins #2722

Open
blythed opened this issue Jan 13, 2025 · 0 comments
Open

Add a modern version to pyproject.toml to plugins #2722

blythed opened this issue Jan 13, 2025 · 0 comments
Labels
📉 technical debt Things that slow us down

Comments

@blythed
Copy link
Collaborator

blythed commented Jan 13, 2025

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 blythed added the 📉 technical debt Things that slow us down label Jan 13, 2025
@blythed blythed assigned blythed and unassigned blythed Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📉 technical debt Things that slow us down
Projects
None yet
Development

No branches or pull requests

1 participant