aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMichael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com>2019-11-02 10:17:13 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2019-11-02 16:17:13 +0200
commitd218d523679d28ae62082e3d371baf799510b2ce (patch)
treed9df55e5a4737694b6084ce50d03e14154c3d29c /setup.cfg
parent48e6db89ab702c0f7c0fb8b9cbcac857dce9c6ef (diff)
downloadmeson-d218d523679d28ae62082e3d371baf799510b2ce.zip
meson-d218d523679d28ae62082e3d371baf799510b2ce.tar.gz
meson-d218d523679d28ae62082e3d371baf799510b2ce.tar.bz2
Ensure setuptools via PEP508/518 pyproject.toml
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0b6c813..33ab5f7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -30,3 +30,7 @@ long_description = Meson is a cross-platform build system designed to be both as
[options]
python_requires = >= 3.5.2
+
+[options.extras_require]
+progress =
+ tqdm \ No newline at end of file