Skip to content

Commit 4293911

Browse files
committed
Added project URLs, and bumped versions in preparation for release
1 parent 5abe76b commit 4293911

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "coderoller"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "A collection of tools to flatten and process code repositories"
55
authors = [
66
{name = "B.T. Franklin", email = "brandon.franklin@gmail.com"},
@@ -23,11 +23,16 @@ classifiers = [
2323
"Environment :: Console",
2424
]
2525

26+
[project.urls]
27+
Homepage = "https://github.com/btfranklin/coderoller"
28+
Issues = "https://github.com/btfranklin/coderoller/issues"
29+
Changelog = "https://github.com/btfranklin/coderoller/releases"
30+
Repository = "https://github.com/btfranklin/coderoller.git"
31+
2632
[build-system]
2733
requires = ["pdm-backend"]
2834
build-backend = "pdm.backend"
2935

30-
3136
[tool.pdm]
3237
distribution = true
3338

@@ -36,7 +41,7 @@ excludes = ["tests/**"]
3641

3742
[tool.pdm.dev-dependencies]
3843
dev = [
39-
"pytest>=8.2.2",
44+
"pytest>=8.3.1",
4045
"flake8>=7.1.0",
4146
]
4247

0 commit comments

Comments
 (0)