You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the following in setup.cfg works for me, but I suspect there was some problem with this (possibly a setuptools issue?) which the symlink was intended to workaround.
version: attr: pathspec._meta.__version__
The text was updated successfully, but these errors were encountered:
setup.cfg refers to https://github.com/cpburnz/python-path-specification/blob/master/pathspec_meta.py with
On a git checkout on Windows, unless git config
core.symlinks
was enabled explicitly, the following occurs when trying to install the package.Using the following in setup.cfg works for me, but I suspect there was some problem with this (possibly a setuptools issue?) which the symlink was intended to workaround.
The text was updated successfully, but these errors were encountered: