File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 Marcus Fredriksson
3+ Copyright (c) 2025 Marcus Fredriksson
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 66![ issues] ( https://img.shields.io/github/issues/marcusfrdk/click-with-aliasing )
77![ contributors] ( https://img.shields.io/github/contributors/marcusfrdk/click-with-aliasing )
88![ PyPI] ( https://img.shields.io/pypi/v/click-with-aliasing )
9- ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/click-with-aliasing )
109![ License] ( https://img.shields.io/github/license/marcusfrdk/click-with-aliasing )
11- ![ Build Status] ( https://img.shields.io/travis/com/marcusfrdk/click-with-aliasing )
12- ![ Coverage] ( https://img.shields.io/codecov/c/github/marcusfrdk/click-with-aliasing )
1310
1411This is a project that adds decorators that replaces the default ` click.group ` and ` click.command ` decorators with custom ones that support aliasing.
1512
Original file line number Diff line number Diff line change 11[project ]
22name = " click_with_aliasing"
33version = " 1.0.1"
4- description = " Easily add aliases to your Click groups and commands."
4+ description = " A library that allows you to add aliases to your Click group and commands."
55authors = [
66 { name = " Marcus Fredriksson" , email = " marcus@marcusfredriksson.com" },
77]
@@ -44,5 +44,5 @@ line_length = 80
4444
4545[project .urls ]
4646Homepage = " https://github.com/marcusfrdk/click-with-aliasing"
47- Issues = " https://github.com/marcusfrdk/click-with-aliasing/issues"
4847Repository = " https://github.com/marcusfrdk/click-with-aliasing"
48+ Issues = " https://github.com/marcusfrdk/click-with-aliasing/issues"
You can’t perform that action at this time.
0 commit comments