From 178f039e2f17c49c9b2b8cfb02537387f03db137 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 13 Feb 2017 14:05:53 -0800 Subject: [PATCH] Typos and minor updates in setup.py --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 580457cf..4cd59dae 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ from buildtools.config import Config, msg, opj, runcmd, canGetSOName, getSOName #---------------------------------------------------------------------- NAME = "wxPython_Phoenix" -DESCRIPTION = "Cross platform GUI toolkit for Python, Phoenix verison" +DESCRIPTION = "Cross platform GUI toolkit for Python, Phoenix version" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn " URL = "http://wxPython.org/" @@ -46,6 +46,10 @@ wxPython it wraps the wxWidgets C++ toolkit and provides access to the user interface portions of the wx API, enabling Python applications to have a GUI on Windows, Macs or Unix systems with a native look and feel and requiring very little (if any) platform specific code. + +For more information please refer to the +`README.rst `_ +or the `wxPython documentation `_. """ CLASSIFIERS = """\ @@ -61,9 +65,9 @@ Operating System :: Microsoft :: Windows :: Windows Vista Operating System :: Microsoft :: Windows :: Windows 7 Operating System :: POSIX Programming Language :: Python :: 2.7 -Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 +Programming Language :: Python :: 3.6 Topic :: Software Development :: User Interfaces """