summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornlscc <66028747+nlscc@users.noreply.github.com>2022-12-23 23:44:37 +0100
committernlscc <66028747+nlscc@users.noreply.github.com>2022-12-23 23:45:12 +0100
commit95d2ac8fb9027b7908d201e4ce807a5b338f923a (patch)
treea4ad3a10c81b389a8ce48ed03c32292c5fa3facb
parentupdate project url (diff)
downloadsamloader-95d2ac8fb9027b7908d201e4ce807a5b338f923a.tar
samloader-95d2ac8fb9027b7908d201e4ce807a5b338f923a.tar.gz
samloader-95d2ac8fb9027b7908d201e4ce807a5b338f923a.tar.bz2
samloader-95d2ac8fb9027b7908d201e4ce807a5b338f923a.tar.lz
samloader-95d2ac8fb9027b7908d201e4ce807a5b338f923a.tar.xz
samloader-95d2ac8fb9027b7908d201e4ce807a5b338f923a.tar.zst
samloader-95d2ac8fb9027b7908d201e4ce807a5b338f923a.zip
-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.",