summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 51d17ac..7392e34 100644
--- a/setup.py
+++ b/setup.py
@@ -6,8 +6,8 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="samloader",
version="0.1",
- author="Nayil Mukhametshin",
- author_email="me@nayilm.com",
+ author="nlscc",
+ author_email="dontsendmailhere@example.com",
description="A tool to download firmware for Samsung phones.",
long_description=long_description,
long_description_content_type="text/markdown",