-
Notifications
You must be signed in to change notification settings - Fork 4
Make cuthbertlib an independent package #187
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
base: main
Are you sure you want to change the base?
Conversation
|
I think this is a good solution. I didn't immediately like the additional folder required for I think it would be good for |
|
@Sahel13 here if I do |
I haven't tested pip, I'll try this now. But if we use |
|
pip ignores the settings for uv, so we need to run pip install -e ./cuthbertlib
pip install -e . |
Makes
cuthbertliban independent package that we can publish to PyPI, while at the same time maintaining an easy way to install both packages in editable mode locally for dev.