diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | STATEMENT.pdf | bin | 0 -> 25978 bytes | |||
-rw-r--r-- | setup.py | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ # samloader Download firmware for Samsung devices (without any extra Windows drivers). + +## Project is archived +This project is no longer maintained. Please see [STATEMENT.pdf](STATEMENT.pdf). + ## Installation ``` pip3 install git+https://github.com/samloader/samloader.git diff --git a/STATEMENT.pdf b/STATEMENT.pdf Binary files differnew file mode 100644 index 0000000..a867c31 --- /dev/null +++ b/STATEMENT.pdf @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="samloader", - version="0.4", + version="0.4.1", author="nlscc", author_email="dontsendmailhere@example.com", description="A tool to download firmware for Samsung phones.", |