summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndy Zhang <andy@livefyre.com>2013-05-15 14:57:35 -0700
committerAndy Zhang <andy@livefyre.com>2013-05-15 14:57:45 -0700
commitc756ce163c8220986b2fd414a56c5ed5226657db (patch)
tree1ac18a091bbff4930215977898501d3d84b24e16 /setup.py
parent91c84124108f3d7a1d17d11a455b1dadde87949e (diff)
downloadpyjwt-c756ce163c8220986b2fd414a56c5ed5226657db.tar.gz
Fix minor typo in setup.py description
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f6f0d9c..d7fb23b 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(
version = "0.1.5",
author = "Jeff Lindsay",
author_email = "jeff.lindsay@twilio.com",
- description = ("JSON Web Token implemtnation in Python"),
+ description = ("JSON Web Token implementation in Python"),
license = "MIT",
keywords = "jwt json web token security signing",
url = "http://github.com/progrium/pyjwt",