Skip to content

Commit e7c7157

Browse files
committed
Updated documentation
1 parent 9a46914 commit e7c7157

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Marcus Fredriksson
3+
Copyright (c) 2025 Marcus Fredriksson
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
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

1411
This is a project that adds decorators that replaces the default `click.group` and `click.command` decorators with custom ones that support aliasing.
1512

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "click_with_aliasing"
33
version = "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."
55
authors = [
66
{ name = "Marcus Fredriksson", email = "marcus@marcusfredriksson.com" },
77
]
@@ -44,5 +44,5 @@ line_length = 80
4444

4545
[project.urls]
4646
Homepage = "https://github.com/marcusfrdk/click-with-aliasing"
47-
Issues = "https://github.com/marcusfrdk/click-with-aliasing/issues"
4847
Repository = "https://github.com/marcusfrdk/click-with-aliasing"
48+
Issues = "https://github.com/marcusfrdk/click-with-aliasing/issues"

0 commit comments

Comments
 (0)