From dc97833f8d1c1621a1659efb86b5a74367e9e663 Mon Sep 17 00:00:00 2001 From: John Kirkham Date: Fri, 4 Dec 2015 16:22:25 -0500 Subject: [PATCH] setup.py: Fix another dash to be ASCII so pip doesn't complain. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4419b0d..17ef5097 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ traditional extension modules by inferring type information using compile-time introspection. The main issue with Boost.Python-and the reason for creating such a similar -project—is Boost. Boost is an enormously large and complex suite of utility +project-is Boost. Boost is an enormously large and complex suite of utility libraries that works with almost every C++ compiler in existence. This compatibility has its cost: arcane template tricks and workarounds are necessary to support the oldest and buggiest of compiler specimens. Now that