diff options
author | Michael Hirsch <10931741+scivision@users.noreply.github.com> | 2021-05-13 03:38:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 10:38:48 +0300 |
commit | c8b514897adef15c5bb511283d77f3d5c3412f1b (patch) | |
tree | 7effb38d91e85a5426ac80d5b88f0dafaf316fbc | |
parent | 501d7cf01c5578e98ab753fd09f6972f57824e50 (diff) | |
download | meson-c8b514897adef15c5bb511283d77f3d5c3412f1b.zip meson-c8b514897adef15c5bb511283d77f3d5c3412f1b.tar.gz meson-c8b514897adef15c5bb511283d77f3d5c3412f1b.tar.bz2 |
setup.cfg: update version metadata [skip ci]
Co-authored-by: Michael Hirsch <scivision@users.noreply.github.com>
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,10 +23,10 @@ classifiers = Operating System :: POSIX :: BSD Operating System :: POSIX :: Linux Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.9 Topic :: Software Development :: Build Tools 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, PGI, Intel, and Visual Studio. Its build definitions are written in a simple non-Turing complete DSL. |