Skip to content

Commit

Permalink
Added project URLs, and bumped versions in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
btfranklin committed Jul 25, 2024
1 parent 5abe76b commit 4293911
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "coderoller"
version = "0.4.1"
version = "0.4.2"
description = "A collection of tools to flatten and process code repositories"
authors = [
{name = "B.T. Franklin", email = "[email protected]"},
Expand All @@ -23,11 +23,16 @@ classifiers = [
"Environment :: Console",
]

[project.urls]
Homepage = "https://github.com/btfranklin/coderoller"
Issues = "https://github.com/btfranklin/coderoller/issues"
Changelog = "https://github.com/btfranklin/coderoller/releases"
Repository = "https://github.com/btfranklin/coderoller.git"

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"


[tool.pdm]
distribution = true

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

[tool.pdm.dev-dependencies]
dev = [
"pytest>=8.2.2",
"pytest>=8.3.1",
"flake8>=7.1.0",
]

Expand Down

0 comments on commit 4293911

Please sign in to comment.