generated from seedcase-project/template-python-package
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Process:
Delete the pyproject.toml file.
In the terminal, type out uv init.
Look at the Git pane and take what was removed and move it over into the new pyproject.toml file. You can mimic what was done in seed beetle.
In the terminal, run:
uv add polars pyjanitor
uv add "seedcase-sprout @ git+https://github.com/seedcase-project/seedcase-sprout"
uv add --dev ruff commitizen pre-commit
Which will create the uv.lock file and install everything
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done