Matt Probert
Results
1
comments of
Matt Probert
Works OK for me in `liccheck==0.3.12` when I add a suffix `#egg=package-name`. Working: ``` git+https://github.com/OWNER/foo-bar.git#egg=foo-bar ``` Not working: ``` git+https://github.com/OWNER/foo-bar.git ```