This repository was archived by the owner on Nov 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +3
-181
lines changed Expand file tree Collapse file tree 5 files changed +3
-181
lines changed Original file line number Diff line number Diff line change 1
1
include LICENCE
2
2
include README.md
3
- include README.rst
4
3
recursive-include bench *
5
4
recursive-include docs *
6
5
recursive-include python_jwt *
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ docs: build_docs
10
10
11
11
build_docs :
12
12
cd docs && make html
13
- pandoc -t rst README.md | sed -e ' 1,1s/^[^\\]*//' -e ' 2d' > README.rst
14
13
15
14
lint :
16
15
pylint python_jwt test bench
Original file line number Diff line number Diff line change 1
- # python-jwt  ;  ;  ; [ ![ Build Status] ( https://travis-ci.org/davedoesdev/python-jwt.png )] ( https://travis-ci.org/davedoesdev/python-jwt ) [ ![ Coverage Status] ( https://coveralls.io/repos/davedoesdev/python-jwt/badge.png ?branch=master )] ( https://coveralls.io/r /davedoesdev/python-jwt?branch=master ) [ ![ PyPI version] ( https://badge.fury.io/py/python_jwt.png )] ( http ://badge.fury.io/py/python_jwt)
1
+ # python-jwt  ;  ;  ; [ ![ Build Status] ( https://travis-ci.org/davedoesdev/python-jwt.svg?branch=master )] ( https://travis-ci.org/davedoesdev/python-jwt ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/ davedoesdev/python-jwt/badge.svg ?branch=master )] ( https://coveralls.io/github /davedoesdev/python-jwt?branch=master ) [ ![ PyPI version] ( https://badge.fury.io/py/python_jwt.svg )] ( https ://badge.fury.io/py/python_jwt)
2
2
3
3
Module for generating and verifying [ JSON Web Tokens] ( http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html ) .
4
4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ def read(name):
8
8
name = 'python_jwt' ,
9
9
version = '3.1.0' ,
10
10
description = "Module for generating and verifying JSON Web Tokens" ,
11
- long_description = read ('README.rst' ),
11
+ long_description = read ('README.md' ),
12
+ long_description_content_type = 'text/markdown' ,
12
13
keywords = '' ,
13
14
author = 'David Halls' ,
14
15
author_email = 'dave@davedoesdev.com' ,
You can’t perform that action at this time.
0 commit comments