Updated text in Python setup script (related to commit 78d32b455f).

This commit is contained in:
Project Nayuki 2017-03-21 18:22:51 +00:00
parent 43987c0f28
commit 9655cbc12a
1 changed files with 3 additions and 3 deletions

View File

@ -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