Skip to content

Commit 201e4b1

Browse files
committed
Update README.md
1 parent a507b5c commit 201e4b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ except jwt.InvalidTokenError:
6767
You can run tests from the project root after cloning with:
6868

6969
```
70-
$ python tests/test_jwt.py
70+
$ python setup.py test
7171
```
7272

7373
## Algorithms
@@ -288,10 +288,6 @@ public_key = cert_obj.public_key()
288288
private_key = cert_obj.private_key()
289289
```
290290

291-
## License
292-
293-
MIT
294-
295291
[travis-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.png?branch=master
296292
[travis]: http://travis-ci.org/jpadilla/pyjwt?branch=master
297293
[pypi-version-image]: https://pypip.in/version/pyjwt/badge.svg

0 commit comments

Comments
 (0)