Skip to content

Commit 4cfb6cc

Browse files
authored
new url for documentation (#6)
1 parent 2b4ac45 commit 4cfb6cc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ If this is not the case, you must adapt it to your configuration.
8484

8585
## documentation
8686

87-
https://httpdbg-docs.readthedocs.io/en/latest/pytest/
87+
https://httpdbg.readthedocs.io/en/latest/pytest/

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ authors = [
99
]
1010
description="A pytest plugin to record HTTP(S) requests with stack trace"
1111
readme="README.md"
12-
urls = {repository = "https://github.com/cle-b/pytest-httpdbg"}
1312
requires-python = ">=3.7.0"
1413
license = {text = "Apache-2.0"}
1514
classifiers = [
@@ -35,3 +34,6 @@ packages = ["pytest_httpdbg"]
3534
[tool.setuptools.dynamic]
3635
version = {attr = "pytest_httpdbg.VERSION"}
3736

37+
[project.urls]
38+
Source = "https://github.com/cle-b/pytest-httpdbg/"
39+
Documentation = "https://httpdbg.readthedocs.io/"

pytest_httpdbg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from pytest_httpdbg.plugin import httpdbg_record_filename # noqa F401
33

4-
VERSION = "0.3.2"
4+
VERSION = "0.3.3"

0 commit comments

Comments
 (0)