From 95d2ac8fb9027b7908d201e4ce807a5b338f923a Mon Sep 17 00:00:00 2001 From: nlscc <66028747+nlscc@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:44:37 +0000 Subject: add statement --- README.md | 4 ++++ STATEMENT.pdf | Bin 0 -> 25978 bytes setup.py | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 STATEMENT.pdf diff --git a/README.md b/README.md index 4b20e3a..703082d 100644 --- a/README.md +++ b/README.md @@ -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 new file mode 100644 index 0000000..a867c31 Binary files /dev/null and b/STATEMENT.pdf differ diff --git a/setup.py b/setup.py index b3ebc94..5127266 100644 --- a/setup.py +++ b/setup.py @@ -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.", -- cgit v1.2.3