File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 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
7474
7575## documentation
7676
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 33
44__all__ = ["load_ipython_extension" , "unload_ipython_extension" ]
55
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 = [
99]
1010description =" A notebook extension to trace HTTP(S) requests."
1111readme =" README.md"
12- urls = {repository = " https://github.com/cle-b/notebook-httpdbg" }
1312requires-python = " >=3.7.0"
1413license = {text = " Apache-2.0" }
1514classifiers = [
16- " Development Status :: 3 - Alpha " ,
15+ " Development Status :: 4 - Beta " ,
1716 " Intended Audience :: Developers" ,
1817 " License :: OSI Approved :: Apache Software License" ,
1918 " Operating System :: OS Independent" ,
2019 " Programming Language :: Python :: 3" ,
21- " Framework :: Jupyter"
20+ " Framework :: Jupyter" ,
21+ " Framework :: IPython"
2222]
2323dynamic = [" version" ]
2424dependencies = [
@@ -32,3 +32,6 @@ packages = ["notebook_httpdbg"]
3232[tool .setuptools .dynamic ]
3333version = {attr = " notebook_httpdbg.VERSION" }
3434
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