diff options
author | nlscc <66028747+nlscc@users.noreply.github.com> | 2022-12-23 23:44:37 +0100 |
---|---|---|
committer | nlscc <66028747+nlscc@users.noreply.github.com> | 2022-12-23 23:45:12 +0100 |
commit | 95d2ac8fb9027b7908d201e4ce807a5b338f923a (patch) | |
tree | a4ad3a10c81b389a8ce48ed03c32292c5fa3facb | |
parent | update project url (diff) | |
download | samloader-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.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.", |