aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index c8c52ba..842e213 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,7 +23,6 @@ classifiers =
Operating System :: POSIX :: BSD
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
@@ -32,7 +31,7 @@ long_description = Meson is a cross-platform build system designed to be both as
[options]
packages = find:
-python_requires = >= 3.6
+python_requires = >= 3.7
setup_requires =
setuptools
@@ -49,10 +48,11 @@ typing =
[options.package_data]
mesonbuild.scripts = cmd_or_ps.ps1
+mesonbuild.cmake.data = *
+mesonbuild.dependencies.data = *
[options.packages.find]
include = mesonbuild, mesonbuild.*
-exclude = *.data
[tool:pytest]
python_classes =