kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
445 stars 35 forks source link

nitpicking about license #18

Closed asmodehn closed 5 years ago

asmodehn commented 5 years ago

I am totally nitpicking here, but the license is not recognized by https://pyup.io. Some other dependencies I have that are also MIT are recognized...

Stranger6667 commented 5 years ago

Hello :) it is caused by missing "license" keyword arg in setup.py. Now it is updated and the next uploaded package should have the license recognized.

I'll probably add some small feature from our issues list and release a new version soon :)

asmodehn commented 5 years ago

Great, thanks !