From 02901ed879f3940e0e7899ab0b18a179b5e9d891 Mon Sep 17 00:00:00 2001 From: Nelson Brochado Date: Thu, 20 Aug 2015 02:59:37 +0200 Subject: [PATCH 1/2] Corrected a typo: from seup.py to setup.py --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 76e50136..4a41eeb2 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ provided by the build.py script. There is also a setup.py script available for those who are used to the standard distutils or setuptools types of builds. The setup.py script assumes that all of the code generation steps have already been performed, and so it is suitable for use when building from -a source snapshot tarball or when using easy_install or pip. The seup.py +a source snapshot tarball or when using easy_install or pip. The setup.py script will delegate to build.py for the actual build, and build.py will delegate to setup.py when doing setuptoolsy things like performing an install or building an egg. From 9b224fcb3162f385c8eaf06dadcc2e13a5735841 Mon Sep 17 00:00:00 2001 From: Nelson Brochado Date: Thu, 20 Aug 2015 03:26:36 +0200 Subject: [PATCH 2/2] Corrected a typo in the setup.py file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43606dec..ef202f7a 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ PLATFORMS = "WIN32,WIN64,OSX,POSIX" KEYWORDS = "GUI,wx,wxWindows,wxWidgets,cross-platform,awesome" LONG_DESCRIPTION = """\ -wxPython_Phoenix is a is a new implementation of wxPython focused on +wxPython_Phoenix is a new implementation of wxPython focused on improving speed, maintainability and extensibility. Just like "Classic" 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