Skip to content

Commit 4d7973d

Browse files
authored
new url for documentation (#2)
1 parent 34fb082 commit 4d7973d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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/

notebook_httpdbg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ["load_ipython_extension", "unload_ipython_extension"]
55

6-
VERSION = "0.1.1"
6+
VERSION = "0.1.3"

pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ authors = [
99
]
1010
description="A notebook extension to trace HTTP(S) requests."
1111
readme="README.md"
12-
urls = {repository = "https://github.com/cle-b/notebook-httpdbg"}
1312
requires-python = ">=3.7.0"
1413
license = {text = "Apache-2.0"}
1514
classifiers = [
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
]
2323
dynamic = ["version"]
2424
dependencies = [
@@ -32,3 +32,6 @@ packages = ["notebook_httpdbg"]
3232
[tool.setuptools.dynamic]
3333
version = {attr = "notebook_httpdbg.VERSION"}
3434

35+
[project.urls]
36+
Source = "https://github.com/cle-b/notebook-httpdbg/"
37+
Documentation = "https://httpdbg.readthedocs.io/"

0 commit comments

Comments
 (0)