diff --git a/README.md b/README.md index 8f87c77..691de50 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ -# deadcode -`deadcode` allows to detect and fix unused Python code. It implements `DCXXX` -static code linting rules for detecting unused code such as -variables, functions and classes. +[![Deadcode Logo](https://raw.githubusercontent.com/albertas/deadcode/main/docs/_static/deadcode-logo-readme.png)](https://deadcode.readthedocs.io/en/stable/) + +

Detect and Fix Unused Python Code

+ +

+License: AGPL3 +PyPI +Downloads +

+ ## Installation ```shell diff --git a/docs/_static/deadcode-logo-readme.png b/docs/_static/deadcode-logo-readme.png new file mode 100644 index 0000000..99fb6bf Binary files /dev/null and b/docs/_static/deadcode-logo-readme.png differ