mahmoudimus / nose-timer

A timer plugin for nosetests (how much time does every test take?)
MIT License
126 stars 33 forks source link

Fix name of LICENSE file in MANIFEST.in #48

Closed sbc100 closed 9 years ago

sbc100 commented 9 years ago

This avoids a warning during build (and during pip install).

Also, fix license paramater in setup.py. This param should be the name of the license, not the file containing the license. Since this package is dual licensed I copied the syntax used in setuptools itself which is "XXX or YYY".

e0ne commented 9 years ago

Thanks, @sbc100 looks good! I prefer to wait one more review before merge

skudriashev commented 9 years ago

@sbc100, thanks!

Merged.