-
Notifications
You must be signed in to change notification settings - Fork 0
Replace poetry with uv #52
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
Conversation
pyproject.toml
Outdated
| "zipp==3.19.2 ; python_full_version == '3.9.*'", | ||
| ] | ||
| [tool.setuptools.packages.find] | ||
| where = ["causalspyne"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Alex-Markham, I added this line since in the root directory of our repository we have directories called submodules and uv can not figure out which one is the package but in general, where should be "." instead of 1 directory futher. Do you have experience on this. I guess using "." might be the correct one so that the installed package can be imported but in our case we have submodules, so where="." is not possible.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the usual setup (according to most recent style guides) would be to put move the causalspyne/ dir to src/causalspyne, and then uv will find it automatically
|
on my machine now, |
|
i tried on my machine with simply changing the version from 0.1.5 to 0.1.6, and upload to pypi and it works!, so i will merge this PR |
|
changes of this PR is cloned to #53 |
No description provided.