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
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
As with the subdirectory option on git dependencies, it would be nice to be able to install from urls pointing to archive files where the target project is not at the root level. This is convenient for example when installing from the archives GitHub automatically creates for tags, like https://github.com/{owner}/{repo}/archive/refs/tags/{tag}.tar.gz.
Although it doesn't seem to be explicitly documented.
As a side note, I guess that support for the subdirectory option could be added for local archive files too, that is when providing a path dependency. But that implies also supporting it when the path is just a directory, which seems quite pointless.
The text was updated successfully, but these errors were encountered:
Feature Request
As with the
subdirectory
option ongit
dependencies, it would be nice to be able to install from urls pointing to archive files where the target project is not at the root level. This is convenient for example when installing from the archives GitHub automatically creates for tags, likehttps://github.com/{owner}/{repo}/archive/refs/tags/{tag}.tar.gz
.It's worth noting that
pip
does support it, e.g.:Although it doesn't seem to be explicitly documented.
As a side note, I guess that support for the
subdirectory
option could be added for local archive files too, that is when providing apath
dependency. But that implies also supporting it when the path is just a directory, which seems quite pointless.The text was updated successfully, but these errors were encountered: