diff options
author | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | 2019-11-02 10:17:13 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-11-02 16:17:13 +0200 |
commit | d218d523679d28ae62082e3d371baf799510b2ce (patch) | |
tree | d9df55e5a4737694b6084ce50d03e14154c3d29c /setup.cfg | |
parent | 48e6db89ab702c0f7c0fb8b9cbcac857dce9c6ef (diff) | |
download | meson-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.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |