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
Fixed a bug which caused local dependencies to incorrectly return wheel as their name. #158
Wheels which are succesfully built but which contain no valid
metadata will now correctly be skipped over during requirements
parsing in favor of sdists. #160