Skip to content

Commit 29df879

Browse files
committed
Fix changelog and testpaths
1 parent 2d6a364 commit 29df879

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test = [
3939
Homepage = "https://github.com/davesteele/argparse_formatter/"
4040
Source = "https://github.com/davesteele/argparse_formatter.git"
4141
Issues = "https://github.com/davesteele/argparse_formatter/issues"
42-
Changelog = "https://github.com/davesteele/pwndck/blob/main/CHANGELOG.md"
42+
Changelog = "https://github.com/davesteele/argparse_formatter/blob/main/CHANGELOG.md"
4343

4444
[project.scripts]
4545

@@ -57,7 +57,7 @@ profile = "black"
5757

5858
[tool.pytest.ini_options]
5959
addopts = "--import-mode=importlib"
60-
testpaths = [ "pwndck", "test" ]
60+
testpaths = [ "argparse_formatter", "test" ]
6161
markers = [
6262
"webtest: tests requiring internet access",
6363
"always_run: default config.py marker for universal tests",

0 commit comments

Comments
 (0)