Skip to content

Commit b6c2f0d

Browse files
committed
Add link to docs in RTD
1 parent c30a68f commit b6c2f0d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Python library for handling `Simple Web Tokens`.
44

5+
## Documentation
6+
7+
You can find the docs [here](https://python-swt.readthedocs.io/).
8+
59
## Caveats
610

711
- Please use `pycryptodome` and not `pycrypto` as the later is unmaintained and
@@ -10,5 +14,4 @@ Python library for handling `Simple Web Tokens`.
1014

1115
## TODO
1216

13-
- Add docs
1417
- Add support HMAC SHA256

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT"
77
readme = "README.md"
88
homepage = "https://github.com/davidolrik/python-swt"
99
repository = "https://github.com/davidolrik/python-swt"
10+
documentation = "https://python-swt.readthedocs.io/"
1011
keywords = ["swt"]
1112
classifiers = [
1213
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)