]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add kit rule
authorBob Halley <halley@dnspython.org>
Sat, 4 Jul 2020 17:24:29 +0000 (10:24 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 4 Jul 2020 17:24:29 +0000 (10:24 -0700)
Makefile

index b6106575331286fc74a4d0b1bb4c02b8c61f3aa2..4b0e80f81dfa188a4e26bcc905aea68675e39440 100644 (file)
--- 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
+