summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-20 10:40:31 -0700
committerBob Halley <halley@dnspython.org>2020-06-20 10:40:31 -0700
commit7bc3328b1d81a443943bdbb07b5209c9848b5179 (patch)
tree1869464ca9e601e8385cc65a70e0d2657ab7771b /pyproject.toml
parentf8e097e6dbe5806a3404f05d6f28a109fa064c69 (diff)
downloaddnspython-7bc3328b1d81a443943bdbb07b5209c9848b5179.tar.gz
add twine to dev tools
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 793e55f..25ad8c5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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']