Markus Vogt
Markus Vogt
Hi, I am playing around with Hugo for the first time to create a blog and found this very nice theme. Thanks for the work. Unfortunately I am also facing...
Hi there, I just spent some time on trying to fix my project not to produce empty wheels until I stumbled over this issue. Why I am writing here is...
I see that there are valid use cases for having a relevant `.gitignore` outside the project root. In my case, the situation was a bit special, since the python project...
> This is designed to handle cases like that, it's designed for really any case where the project root is itself ignored. Does it not work for you? Up to...
Thanks for testing with respect to my setup. I fixed my test environment and now have: ``` $ pip freeze | grep hatch -e git+https://github.com/jameshilliard/hatch.git@10d23087d03c7ba51a5564402701d01de0f6f6f6#egg=hatch -e git+https://github.com/jameshilliard/hatch.git@10d23087d03c7ba51a5564402701d01de0f6f6f6#egg=hatchling&subdirectory=backend ``` I installed...
Ok, it took me a while, but here are my findings. The reason why `hatch build` does not pick up local changes you eventually applied to the hatchling backend simply...
I also would greatly appreciate that feature! I could also help with the implementation if maybe someone with more insights into the code could give some pointers on where to...