summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--STATEMENT.pdfbin0 -> 25978 bytes
-rw-r--r--setup.py2
3 files changed, 5 insertions, 1 deletions
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
--- /dev/null
+++ b/STATEMENT.pdf
Binary files 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.",