diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-04 11:16:17 -0500 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-03-04 11:16:17 -0500 |
| commit | fc72ac30d6887bdad08a6d103507d929f9e9bd85 (patch) | |
| tree | 71e5d63175ba48b071be1f0fe25048bef9f5cc0a | |
| parent | f182565c2ca1e992ab57177be74cf04a8f14c833 (diff) | |
| parent | 8a19b0133014d05a3f2c7be83443ccb5551f2eb2 (diff) | |
| download | py-bcrypt-git-fc72ac30d6887bdad08a6d103507d929f9e9bd85.tar.gz | |
Merge pull request #37 from reaperhulk/update-readme-and-ignores
Update readme and ignores
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.rst | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,8 +1,10 @@ __pycache__/ *.py[co] +*.so # Packages *.egg +*.eggs *.egg-info dist build @@ -1,7 +1,11 @@ bcrypt ====== -.. image:: https://travis-ci.org/pyca/bcrypt.png?branch=master +.. image:: https://pypip.in/version/bcrypt/badge.svg?style=flat + :target: https://pypi.python.org/pypi/bcrypt/ + :alt: Latest Version + +.. image:: https://travis-ci.org/pyca/bcrypt.svg?branch=master :target: https://travis-ci.org/pyca/bcrypt Modern password hashing for your software and your servers |
