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
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
submit a PR to update linehaul's UserAgent schema to include an extra optional wrapper = pyrsistent.field(type=Installer, factory=Installer.create) field
The motivation is to allow wrappers, like pipenv, to measure adoption of their tools.
The project has since switched to attrs, but the idea is the same. The change should be somewhere around here.
The text was updated successfully, but these errors were encountered:
As mentioned by @ncoghlan in pypa/pip#5424 (comment):
The motivation is to allow wrappers, like pipenv, to measure adoption of their tools.
The project has since switched to attrs, but the idea is the same. The change should be somewhere around here.
The text was updated successfully, but these errors were encountered: