aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 91f686b..49607ee 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.''')