maxcountryman / flask-bcrypt

Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application.

Home Page:http://readthedocs.org/docs/flask-bcrypt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LICENSE is missing from tarball

opened this issue · comments

flaskext/bcrypt.py references LICENSE, but it's missing from the tarball on pypi.

I think we just need a MANIFEST.in for this.