File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " coderoller"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44description = " A collection of tools to flatten and process code repositories"
55authors = [
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 ]
2733requires = [" pdm-backend" ]
2834build-backend = " pdm.backend"
2935
30-
3136[tool .pdm ]
3237distribution = true
3338
@@ -36,7 +41,7 @@ excludes = ["tests/**"]
3641
3742[tool .pdm .dev-dependencies ]
3843dev = [
39- " pytest>=8.2.2 " ,
44+ " pytest>=8.3.1 " ,
4045 " flake8>=7.1.0" ,
4146]
4247
You can’t perform that action at this time.
0 commit comments