commit | d218d523679d28ae62082e3d371baf799510b2ce | [log] [tgz] |
---|---|---|
author | Michael Hirsch, Ph.D <10931741+scivision@users.noreply.github.com> | Sat Nov 02 10:17:13 2019 -0400 |
committer | Jussi Pakkanen <jpakkane@gmail.com> | Sat Nov 02 16:17:13 2019 +0200 |
tree | d9df55e5a4737694b6084ce50d03e14154c3d29c | |
parent | 48e6db89ab702c0f7c0fb8b9cbcac857dce9c6ef [diff] [blame] |
Ensure setuptools via PEP508/518 pyproject.toml
diff --git a/setup.cfg b/setup.cfg index 0b6c813..33ab5f7 100644 --- a/setup.cfg +++ b/setup.cfg
@@ -30,3 +30,7 @@ [options] python_requires = >= 3.5.2 + +[options.extras_require] +progress = + tqdm \ No newline at end of file