From: Bob Halley Date: Sat, 4 Jul 2020 17:24:29 +0000 (-0700) Subject: add kit rule X-Git-Tag: v2.0.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b23afbfd64da1ea35212e43e9c2acc3ac0805c;p=thirdparty%2Fdnspython.git add kit rule --- diff --git a/Makefile b/Makefile index b6106575..4b0e80f8 100644 --- a/Makefile +++ b/Makefile @@ -65,3 +65,7 @@ pocov: poetry run coverage run -m pytest poetry run coverage html --include 'dns*' poetry run coverage report --include 'dns*' + +pokit: + po run python setup.py sdist --formats=zip bdist_wheel +