Some text tweaks.

pull/356/head
Jussi Pakkanen 9 years ago
parent 5a77aff4ad
commit 2f868a19c6
  1. 4
      readme.txt
  2. 2
      setup.py

@ -11,8 +11,8 @@ Ninja http://martine.github.com/ninja/
Installing from source
You can run Meson directly from a revision control checkout or an
extracted tarball. Installation can be done with standard Python
distutils/setuptools commands.
extracted tarball. Meson is also available from PyPi, so it can
be installed with 'pip install meson'.
Running

@ -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.''')

Loading…
Cancel
Save