Skip to content

Commit

Permalink
Add AGPLv3 license image
Browse files Browse the repository at this point in the history
  • Loading branch information
albertas committed Apr 6, 2024
1 parent b6bd056 commit 76f4024
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h2 align="center">Detect and Fix Unused Python Code</h2>

<p align="center">
<a href="https://github.com/albertas/deadcode/blob/main/LICENSE"><img alt="License: AGPL3" src="https://deadcode.readthedocs.io/en/stable/_static/license.svg"></a>
<a href="https://github.com/albertas/deadcode/blob/main/LICENSE"><img alt="License: AGPLv3" src="https://raw.githubusercontent.com/albertas/deadcode/main/docs/_static/AGPLv3-license.svg"></a>
<a href="https://pypi.org/project/deadcode/"><img alt="PyPI" src="https://img.shields.io/pypi/v/deadcode"></a>
<a href="https://pepy.tech/project/deadcode"><img alt="Downloads" src="https://static.pepy.tech/badge/deadcode"></a>
</p>
Expand Down
23 changes: 23 additions & 0 deletions docs/_static/AGPLv3-license.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ known_third_party = ["deadcode"]
ignore_names = [
"ERROR_CODES",
"fix",
"dry",
"fix_indent",
"ignore_definitions_if_decorated_with",
"ignore_if_decorated_with",
Expand Down

0 comments on commit 76f4024

Please sign in to comment.