From 9655cbc12a5dae321e1f3a8fe4e73866171b6d0f Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Tue, 21 Mar 2017 18:22:51 +0000 Subject: [PATCH] Updated text in Python setup script (related to commit 78d32b455fe1). --- python/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/setup.py b/python/setup.py index 03d1f49..21cc51c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -33,7 +33,7 @@ setuptools.setup( license = "MIT License", author = "Project Nayuki", - author_email = "nayuki@eigenstate.org", + author_email = "me@nayuki.io", url = "https://www.nayuki.io/page/qr-code-generator-library", classifiers = [ @@ -57,9 +57,9 @@ QR Code generator library Introduction ------------ -This project aims to provide the best and clearest QR Code generator library. The primary goals are flexible options and absolute correctness. The secondary goals are compact implementation size and good documentation comments. +This project aims to be the best, clearest QR Code generator library. The primary goals are flexible options and absolute correctness. The secondary goals are compact implementation size and good documentation comments. -Home page with live JavaScript demo and extensive description: https://www.nayuki.io/page/qr-code-generator-library +Home page with live JavaScript demo, extensive descriptions, and competitor comparisons: https://www.nayuki.io/page/qr-code-generator-library Features