cdent / wsgi-intercept

Intercept socket connection to wsgi applications for testing
MIT License
42 stars 21 forks source link

Including LICENSE file in the code repository and Adding it in the Manifest file #33

Closed chkumar246 closed 9 years ago

chkumar246 commented 9 years ago

I am packaging wsgi-intercept python module for fedora. As per setup.py file, License is MIT. But License file is missing from the code repository. Please include it.

cdent commented 9 years ago

Thanks for the heads up. Let me know if the change in 209c23b is insufficient.

chkumar246 commented 9 years ago

Thanks @cdent . for the quick reply. The LICENSE should be like : https://github.com/angular/angular.js/blob/master/LICENSE Since it is a MIT licensed project. Please add a new file for the LICENSE. Can you do a release bump so that the latest tarball to 0.10.3gets updated on pypi?

cdent commented 9 years ago

Was just waiting on some testing and review, will add the title and do a release.

cdent commented 9 years ago

0.10.3 is now released

next time feel free to make a pull request