summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-01-16 20:29:53 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-01-16 20:29:53 +0200
commit2f868a19c66ee22663f8735610739ecbfd7ef610 (patch)
tree42525cca6848ff213d5c060e915cd5ad78c443b0 /setup.py
parent5a77aff4ad322d753681aae6fb2f0ca41145ca24 (diff)
downloadmeson-2f868a19c66ee22663f8735610739ecbfd7ef610.tar.gz
Some text tweaks.
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 48aca5ae5..980671f46 100644
--- a/setup.py
+++ b/setup.py
@@ -52,6 +52,6 @@ setup(name='meson',
],
license=' Apache License, Version 2.0',
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, includint
+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
complete DSL.''')