From 74927246552e4e6e32d50603719ccf03411910c9 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sat, 16 Jan 2016 23:56:45 +0200 Subject: Fix wraptool. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 91f686bf6..49607eea1 100644 --- a/setup.py +++ b/setup.py @@ -56,5 +56,5 @@ setup(name='meson', ], long_description='''Meson is a cross-platform build system designed to be both as fast and as user friendly as possible. It supports many languages and compilers, including -Gcc, clang and Visual Studio. Its build definitions are written in a simple non-turing +GCC, Clang and Visual Studio. Its build definitions are written in a simple non-turing complete DSL.''') -- cgit v1.2.3