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
In pypa/setuptools#2825, I'm exploring adopting vendoring to replace the paver script for updating vendored packages. Unfortunately, right off the bat, it does not appear as if vendoring supports Setuptools' vendoring. In particular, Setuptools provides vendored packages for two separate packages (setuptools and pkg_resources). As I start to create a config for vendoring for setuptools, I come up with this:
Does vendoring only support one set of vendored packages in one location?
Pretty much. You can add a separate pyproject.toml file in a different location, to serve as input, if you want to have multiple sets of configuration.
In pypa/setuptools#2825, I'm exploring adopting vendoring to replace the paver script for updating vendored packages. Unfortunately, right off the bat, it does not appear as if vendoring supports Setuptools' vendoring. In particular, Setuptools provides vendored packages for two separate packages (
setuptools
andpkg_resources
). As I start to create a config for vendoring for setuptools, I come up with this:But I don't see a way to provide another definition for pkg_resources.
Does vendoring only support one set of vendored packages in one location?
The text was updated successfully, but these errors were encountered: