We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a507b5c commit 201e4b1Copy full SHA for 201e4b1
README.md
@@ -67,7 +67,7 @@ except jwt.InvalidTokenError:
67
You can run tests from the project root after cloning with:
68
69
```
70
-$ python tests/test_jwt.py
+$ python setup.py test
71
72
73
## Algorithms
@@ -288,10 +288,6 @@ public_key = cert_obj.public_key()
288
private_key = cert_obj.private_key()
289
290
291
-## License
292
-
293
-MIT
294
295
[travis-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.png?branch=master
296
[travis]: http://travis-ci.org/jpadilla/pyjwt?branch=master
297
[pypi-version-image]: https://pypip.in/version/pyjwt/badge.svg
0 commit comments