summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-04 11:16:17 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-04 11:16:17 -0500
commitfc72ac30d6887bdad08a6d103507d929f9e9bd85 (patch)
tree71e5d63175ba48b071be1f0fe25048bef9f5cc0a
parentf182565c2ca1e992ab57177be74cf04a8f14c833 (diff)
parent8a19b0133014d05a3f2c7be83443ccb5551f2eb2 (diff)
downloadpy-bcrypt-git-fc72ac30d6887bdad08a6d103507d929f9e9bd85.tar.gz
Merge pull request #37 from reaperhulk/update-readme-and-ignores
Update readme and ignores
-rw-r--r--.gitignore2
-rw-r--r--README.rst6
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a2a8ac0..8e08b14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
__pycache__/
*.py[co]
+*.so
# Packages
*.egg
+*.eggs
*.egg-info
dist
build
diff --git a/README.rst b/README.rst
index 9e107e7..0bfb15c 100644
--- a/README.rst
+++ b/README.rst
@@ -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