File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ Out [3]: - [httpdbg] 1 requests in 0.48 seconds
74
74
75
75
## documentation
76
76
77
- https://httpdbg-docs .readthedocs.io/en/latest/notebook/
77
+ https://httpdbg.readthedocs.io/en/latest/notebook/
Original file line number Diff line number Diff line change 3
3
4
4
__all__ = ["load_ipython_extension" , "unload_ipython_extension" ]
5
5
6
- VERSION = "0.1.1 "
6
+ VERSION = "0.1.3 "
Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ authors = [
9
9
]
10
10
description =" A notebook extension to trace HTTP(S) requests."
11
11
readme =" README.md"
12
- urls = {repository = " https://github.com/cle-b/notebook-httpdbg" }
13
12
requires-python = " >=3.7.0"
14
13
license = {text = " Apache-2.0" }
15
14
classifiers = [
16
- " Development Status :: 3 - Alpha " ,
15
+ " Development Status :: 4 - Beta " ,
17
16
" Intended Audience :: Developers" ,
18
17
" License :: OSI Approved :: Apache Software License" ,
19
18
" Operating System :: OS Independent" ,
20
19
" Programming Language :: Python :: 3" ,
21
- " Framework :: Jupyter"
20
+ " Framework :: Jupyter" ,
21
+ " Framework :: IPython"
22
22
]
23
23
dynamic = [" version" ]
24
24
dependencies = [
@@ -32,3 +32,6 @@ packages = ["notebook_httpdbg"]
32
32
[tool .setuptools .dynamic ]
33
33
version = {attr = " notebook_httpdbg.VERSION" }
34
34
35
+ [project .urls ]
36
+ Source = " https://github.com/cle-b/notebook-httpdbg/"
37
+ Documentation = " https://httpdbg.readthedocs.io/"
You can’t perform that action at this time.
0 commit comments