aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Hirsch <10931741+scivision@users.noreply.github.com>2021-05-13 03:38:48 -0400
committerGitHub <noreply@github.com>2021-05-13 10:38:48 +0300
commitc8b514897adef15c5bb511283d77f3d5c3412f1b (patch)
tree7effb38d91e85a5426ac80d5b88f0dafaf316fbc /setup.cfg
parent501d7cf01c5578e98ab753fd09f6972f57824e50 (diff)
downloadmeson-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>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 972a712..2ce0c4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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.