diff --git a/setup.cfg b/setup.cfg index 86b8309..dd4683d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,4 +44,7 @@ testing = coverage mypy pylint - pytest \ No newline at end of file + pytest + +[bdist_wheel] +python-tag = py36 \ No newline at end of file