Conversation
|
Hi @darryllam, thanks for the PR! I don't have muchh experience with uv, but it seems to be pretty convenient! Also I noticed that you put |
|
The reason why |
|
uv should handle both a src and a flat layout, I don't think changing that is necessary.
Everything in the |
| name = "sheet" | ||
| version = "0.1.0" | ||
| description = "Speech Human Evaluation Estimation Toolkit (SHEET)" | ||
| requires-python = "==3.10.13" | ||
|
|
||
| authors = [ | ||
| { name = "Your Name", email = "your.email@example.com" } | ||
| ] |
There was a problem hiding this comment.
This should use the correct metadata from https://github.com/unilight/sheet/blob/main/setup.cfg (which can be deleted afterwards)
There was a problem hiding this comment.
I have left the name field as sheet as it appears that some of the scripts within the package reference sheet rather than sheet_sqa. The other changes are now reflected in the latest push
…pdendencies to optional in pyproject.toml and added metadata
|
Hi, (again I am not familiar with |
|
I believe that I have made the requested changes now. Let me know if there are any other changes that are needed! |
This reverts commit a6abed5.
Thank you for developing such a convenient toolkit. When trying to install the toolkit, I was encountering some dependency issues. I used the uv dependency manager to fix my issues and I hope this can help others as well with the installation process.