]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add twine to dev tools
authorBob Halley <halley@dnspython.org>
Sat, 20 Jun 2020 17:40:31 +0000 (10:40 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 20 Jun 2020 17:40:31 +0000 (10:40 -0700)
pyproject.toml

index 793e55f7f582bd730db0e4ea3ba31fa6b8bb1c22..25ad8c5708ceb3b46fe8970334bca0612f2fb0eb 100644 (file)
@@ -24,6 +24,7 @@ pytest = "^5.4.1"
 flake8 = "^3.7.9"
 sphinx = "^3.0.0"
 coverage = "^5.1"
+twine = "^3.1.1"
 
 [tool.poetry.extras]
 doh = ['requests', 'requests-toolbelt']