-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
hatchling requires pathspec #432
Comments
|
Thank you. I have overlooked that. |
Doesn't work for me (global paths have been replaced with relative ones within the log): virtualenv --no-seed ./env
. ./env/bin/activate
# next line installs basic packages needed for building and installing packages
python3 -m ipi bootstrap packaging then python3 -m pip list outputs
git clone https://github.com/pypa/hatch --depth=1
cd hatch/backend/
git log --pretty=%H -1 python3 -m build -nwx .
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hatchling requires pathspec which is not mentioned in its pyproject.toml
https://github.com/pypa/hatch/blob/master/backend/src/hatchling/builders/config.py#L4
The text was updated successfully, but these errors were encountered: