From: Bob Halley Date: Sat, 20 Jun 2020 17:44:26 +0000 (-0700) Subject: add wheel X-Git-Tag: v2.0.0rc1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6120bbdf3b9150f70dec91e1f578f0cd789f454;p=thirdparty%2Fdnspython.git add wheel --- diff --git a/pyproject.toml b/pyproject.toml index 25ad8c57..3ec4d9d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ flake8 = "^3.7.9" sphinx = "^3.0.0" coverage = "^5.1" twine = "^3.1.1" +wheel = "^0.34.2" [tool.poetry.extras] doh = ['requests', 'requests-toolbelt']