From 76f4024b8966a3f65b4b63e3c8213f67ba960900 Mon Sep 17 00:00:00 2001 From: Albertas Gimbutas Date: Sat, 6 Apr 2024 19:58:56 +0300 Subject: [PATCH] Add AGPLv3 license image --- README.md | 2 +- docs/_static/AGPLv3-license.svg | 23 +++++++++++++++++++++++ pyproject.toml | 1 + 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 docs/_static/AGPLv3-license.svg diff --git a/README.md b/README.md index 691de50..7fba862 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Detect and Fix Unused Python Code

-License: AGPL3 +License: AGPLv3 PyPI Downloads

diff --git a/docs/_static/AGPLv3-license.svg b/docs/_static/AGPLv3-license.svg new file mode 100644 index 0000000..660f1ce --- /dev/null +++ b/docs/_static/AGPLv3-license.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + license + license + AGPLv3 + AGPLv3 + + diff --git a/pyproject.toml b/pyproject.toml index cf5690c..97b1d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",